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