Loading

Quipoin Menu

Learn • Practice • Grow

java / Java - continue Statement
exercise
1/5
Exercise 1Java
Q. Write a Java program using a for loop that prints only even numbers from 1 to 20. Use the continue statement to skip the odd ones.