Question: use Quincy Write a program to check whether a character entered by the user is an alphabet character or not. You should use the main()
Write a program to check whether a character entered by the user is an alphabet character or not. You should use the main() function and two helper functions: void CharacterInput(void): which ask the user to input a character void DecideOnCharacter(char z): which decides on whether the character z is an alphabet or not Sample output Enter a character: * * is not an alphabet character
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
