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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!