If the input character is s, the program should report it is a consonant. A letter is found : "s" It is a consonant If the input character is U, the program should report it is a vowel. A letter is found : "U" It is a vowel If the input character is 8, the program should report it is a digit. A digit is found : "8" If the input character is +, the program should report it is an operator. An operator is found : "+" If the input character is a space, the program should report it is a space. A space is found : " " If the input character is none of the above, say &, the program should report it is something else. Something else found : "&"