Question: What is the main difference between a do - while loop and while loop? What is the main difference between a do - while loop
What is the main difference between adowhile loop andwhile loop?
What is the main difference between adowhile loop andwhile loop?
dowhile loops execute slower than while loops
a while loop executes the body before testing the loop condition, but a dowhile loop tests the loop condition first
a dowhile loop executes the body before testing the loop condition, but a while loop tests the loop condition first
while loops can be infinite loops, but dowhile loops cannot
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
