Question: [10 marks] Write a program that receives an ASClI code (an integer between 0 and 127) from the user and displays its character. For example,
[10 marks] Write a program that receives an ASClI code (an integer between 0 and 127) from the user and displays its character. For example, if the user enters 97, the program displays character a. Test Data: Please enter an ASCII code as integer value between 0 and 127: 65 Expected Output: 65 is an ASCII code for character A Please enter an ASCII code as integer value between 0 and 127:93 Expected Output: 93 is an ASCII code for character ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
