Write down the general format of do-while loop.
Answers
Answered by
2
do {
// statements
} while (expression);
Similar questions