Computer Applications
State whether the following statement is True or False :
An infinite loop can be constructed using a while loop only.
Java Iterative Stmts
1 Like
Answer
False
Answered By
2 Likes
Related Questions
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 :
The do-while loop is an exit-controlled loop.
State whether the following statement is True or False :
The statements that facilitate unconditional transfer of control are called jump statements.
What are loop control structures? What are the essential segments of a loop control structure?