The do while loop is an loop
Answers
Answered by
0
ANSWER
While loop is executed only when given condition is true. Whereas, do-while loop is executed for first time irrespective of the condition. After executing while loop for first time, then condition is checked.
Similar questions