Loading

Exercise Number: 1

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.