|
Make the loop start counting downwards from 10 and stop at 1. Hint: Change parameter1 to 10, change parameter2 to i > 0, change parameter3 to i--. |
|
Edit This Code:
Result:
|
|
Correct Code:
Correct Result:
|