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