Question
Below is the question: I have written the code for the corect ASCII table and it outputs, this code is all in one loop as
Below is the question: I have written the code for the corect ASCII table and it outputs, this code is all in one loop as it is equired, however my question is how do i do the user part where i can give them an output if they input numbers.
Can you please help with this?
5.15 (Display the ASCII character table) Write a program that prints the characters in the ASCII character table from ! to ~ . Display ten characters per line. See the example below as to what your table should look like.
Then based off of a correct ASCII table allow the user to enter the ASCII numbers for any word they would like displayed to the screen i.e. to have "Jesus" outputted to the screen they would enter 74 101 115 117 115
How you ask them for the ASCII values is up to you.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started