Write a program that accepts integers from the user and tells how many of the numbers entered were odd and how many were even. The program should stop asking for integers when the user inputs a zero.
- So I have most of the code working. I just cannot figure out what I am doing wrong when it comes to calculating how many odds or evens the user entered. Any help would be great for this noob coder!