how many while statement are possible in the do whlie loop
Answers
Answered by
6
Answer:
do while loop is similar to while loop with the only difference that it checks for the condition after executing the statements, and therefore is an example of Exit Control Loop.
Similar questions