I am writing a program that allows the user to input the starting integer but I need to stop it at 25 lines. Does anyone have any suggestions besides learning how to read the users mind:)
Well it isn't just that simple is the thing. It is a for loop that allows the user to enter the starting Celsius temperature and then converts it to Rankin, but I need to stop it after just 25 lines.
When you say "stop it at 25 lines," what exactly do you mean: that the loop should only execute 25 times? That should be simple, if it's what you want to do.