So Im having trouble with this code - while loop makes an extra loop at the end, which then results in wrong answers. My 'i' variable cant be higher than 65, but it gets up to 86. How could I fix that ? Thank you.
Tried do while loop, but still getting the same results. 'i' is supposed to be less than 65, and 's' is supposed to be 3, but that additional loop screws it all up.