sarahann0032 / SPM24

0 stars 0 forks source link

Loop Never Starts #3

Closed veritaspulchra closed 2 weeks ago

veritaspulchra commented 2 weeks ago

In LoopExample file, on line 6, loop is set to run and print the total as long as Total is <=5. Loop should run but does not.

veritaspulchra commented 2 weeks ago

I have fixed the Loop Example file to have the loop run properly. Reinitialized the Total variable to be an amount that is less than the boundary of the loop.

veritaspulchra commented 2 weeks ago

Is this example to your liking? @sarahann0032