Exercise:Use the continue statement to skip the numbers 5 AND 7 in the loop. Inside the for loop; Insert an if statement which checks if i is equal to 5 OR 7, then add continue; |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|