Computer Applications
State whether the following statement is True or False :
The do-while loop is an exit-controlled loop.
Java Iterative Stmts
3 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
A loop that never terminates is called an empty loop.
State whether the following statement is True or False :
The do-while loop executes at least once even if the condition is false.
State whether the following statement is True or False :
An infinite loop can be constructed using a while loop only.
State whether the following statement is True or False :
The statements that facilitate unconditional transfer of control are called jump statements.