give difference between while loop and do while loop..
Answers
Answered by
6
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.
Answered by
11
Explanation:
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
Science,
3 months ago
English,
3 months ago
English,
6 months ago
Computer Science,
6 months ago
Hindi,
1 year ago