Hello -- I'm trying to output a conversion of liters to gallons, incremented by a variable which is determined based on the difference between two numbers (lowest and highest liters) entered by the user. The difference is not allowed to be more than 1000.
I'm sorry if my code is messy, I'm very new and this is essentially my first attempt at what is, to me, a complicated assignment.
My code will output the table as I expect it to, and my loops appear to be working correctly, until I hit the for loop near the very bottom of the code.
If I'm way off here then just tell me and I'll scrap it and go back to the drawing board. If I'm close, could someone help me out with why my for loop is not outputting data into my table?
Whatever info you might need to troubleshoot please just ask, thanks in advance!
Makes sense thank you MannedTooth, i've actually modified it to a while loop and am now getting proper data.... i think haha... now to format it correctly to see if it's right.