Answer the following statement(s) true (T) or false (F)
1. A condition-controlled loop can be used to iterate the body of the loop a specific number of times.
2. A While loop repeats infinitely when there is no statement inside the loop body that makes the test condition false.
3. A posttest loop does not perform any iteration if the Boolean expression is false to begin with.
4. Modules can be called from statements in the body of any loop.
5. Any loop that can be written as a Do-While loop can also be written as a While loop.
1. True
2. True
3. False
4. True
5. True
You might also like to view...
When is it important to delete duplicate data in a database?
What will be an ideal response?
Why did the IEEE 802 committee split into smaller subcommittees? How are the subcommittees identified?
What will be an ideal response?