Write down the general format of while loop
53 Likes
while (condition) { //loop-body }
Answered By
28 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?