MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the below java program that implements nesting of loops? |
| A. | 1,2,3,4,1,2,3,4, |
| B. | 1,2,3,4, |
| C. | 1,2,3,1,2,3, |
| D. | 1,2,3, |
| Answer» C. 1,2,3,1,2,3, | |