Explanatory Question
Analyze the given program segment and answer the following questions:
for(int i=3;i<=4;i++ ) { for(int j=2;j
- How many times does the inner loop execute?
- Write the output of the program segment.
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.