Computer Applications
Fill in the blanks:
For loop is also known as _________ controlled loop.
Java Iterative Stmts
45 Likes
Answer
entry
Answered By
6 Likes
Related Questions
Which of the following is not a part of the looping construct?
- close
- for
- break
- continue
Fill in the blanks:
When the statements are repeated sequentially a number of times in a program, the construct is known as _________.
Fill in the blanks:
_________ loop is called an exit controlled loop.
Fill in the blanks:
_________ loop executes at least once, if the condition is false.