i have a small C program to tell if input is even or odd. idealy, the user should enter numbers but when the cheeky ones enter characters, they get results saying "even number". is there a way to stop entry of a character instead of a number without using an elaborate conditional statement???