Question: Create a program that prompt the user to enter a digit or a character. Then the program should tell if the user typed a digit
Create a program that prompt the user to enter a digit or a character. Then the program should tell if the user typed a digit or a character using the ASCIl code of the input. The table bellow shows the ASClI codes for commonly used characters. Character ASCII Value 48-57 65-90 97 122 32 46 0'-$9 a'-'z blank period When two characters are compared, it is actually their ASCII values that are being compared. A'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
