Exercise:

The do/while loop should output 0 1 2 3 4. Try to fix it!

The while statement is missing a condition.

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com