Assessment needed for loop 3

I solved the loop 3 exercise like this

Hi again @iidlex99

You code correctly counts forward from 2 to 499, but the task asked to count backwards (499 to 2). Do you know how to change your code to accomplish this?

Michael

Thanks for your Feedback, I just updated my code and now the program start counting from 499 to 2

1 Like

Great rework! :+1:
Well done.