I'm creating a program that has a section that requires the user to enter an even number only. If the user enters an odd number, the program will give the user a message and it will re-prompt the user of an even number.
Is there a way to do this without manually typing every even number??