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