I am writing a program for class that is a leap year checker. I have the loop working from what I understand however it goes into an infinite loop still? Zero wont terminate the
The first loop is infinite. You forgot to read the user input inside.