Computer Applications
Fill in the blanks:
_________ loop executes at least once, if the condition is false.
Java Iterative Stmts
35 Likes
Answer
do-while
Answered By
3 Likes
Related Questions
Fill in the blanks:
For loop is also known as _________ controlled loop.
Fill in the blanks:
_________ loop is called an exit controlled loop.
Fill in the blanks:
_________ loop checks the condition first before its execution.
Fill in the blanks:
To find the sum of any ten numbers, the loop will run _________ times.