Computer Applications
Which of the following statement is exit controlled loop?
- for
- while
- do-while
- if-else
Java Iterative Stmts
58 Likes
Answer
do-while
Answered By
4 Likes
Related Questions
When the statements are repeated sequentially a number of times in a program, the construct is known as:
Which of the following loop does not execute even once if condition is false in the beginning?
To execute a loop 10 times, which of the following statement satisfies:
Which of the following statement uses multiple branches?