Computer Applications
State whether the following statement is True or False :
The for loop may contain multiple initialisations and updates.
Java Iterative Stmts
3 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
The continue statement terminates the current loop and then continues from the statement immediately following the current loop.
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 :
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.