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