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