Write down the general format of while loop
42 Likes
while (condition) { //loop-body }
Answered By
24 Likes
Write down the general format of do - while
What is the purpose of using continue statement in a program?
What is the purpose of using break statement in a program?
Write down the general format of for loop