Computer Applications
State whether the following statement is True or False :
A loop that never terminates is called an empty loop.
Java Iterative Stmts
4 Likes
Answer
False
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
The return statement is a jump statement.
State whether the following statement is True or False :
The for loop may contain multiple initialisations and updates.
State whether the following statement is True or False :
The do-while loop executes at least once even if the condition is false.
What are looping control structures?