Write down the general format of do - while
55 Likes
do { //loop-body } while (condition);
Answered By
34 Likes
Write down the general format of for loop
What is the purpose of using break statement in a program?
Define the following with their constructs:
(a) Entry controlled loop
(b) Exit controlled loop
Write down the general format of while loop