Exercise v1.3

Exercise:

Make the loop start counting from 5 instead of 0:

Hint: Change the value of i to 5.

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