JAMB - Computer Studies (2024 - No. 46)
Which statement is used to skip the execution of the current iteration and start the next iteration in a loop?
Jump statement
Skip statement
Continue statement
Next statement
Explanation
The continue statement skips the rest of the current loop iteration and continues with the next iteration. It is often used to skip certain values in a loop based on a specific condition.
Comments (0)
