MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What will be the output of the following program?\[\begin{array}{*{35}{l}} age\text{ }=\text{ }10 \\ DO \\ PRINT\text{ }age \\ age\text{ }=\text{ }age\text{ }+\text{ }1 \\ LOOP\text{ }WHILE\text{ }age\text{ } | 
                            
| A. | 9 | 
| B. | 11 | 
| C. | 10 | 
| D. | 12 | 
| Answer» D. 12 | |