Search
The for loop given below prints the numbers from 1 to 30. Use the continue statement in the for loop to print only the numbers that are divisible by 3.
for
1
30
continue
3