Hi, I know this is supposed to be simple but I can't figure what variable(s) I would use if I was writing a program that prompts a user to enter a character, the program then displays a message if the user entered an integer or a letter. I know the program uses an if-else statement but I don't know what variable to use or what condition to use to test if the user entered an integer or not, help would be appriciated.