Closed veritaspulchra closed 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.
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.
Is this example to your liking? @sarahann0032
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.