[solved] – Question 97171
Write a program that asks the user to enter a single character and then outputs the ASCII number of that character. Please follow the same format as in the sample run.
Try it: What happens if you type in a word like paper?
Sample Run
Enter a character: %
ASCII #37
Enter a character: 8
ASCII #56
Expert Answer
OR

