write down the difference between do while() and while () loops?
Answers
Answered by
2
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
Hindi,
1 month ago
History,
1 month ago
Environmental Sciences,
1 month ago
Social Sciences,
4 months ago
India Languages,
10 months ago
Computer Science,
10 months ago
Math,
10 months ago