Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

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;