Question: ET-575 - Variables - Quiz D Access the ASCII table value of a character. 1) Request an uppercase letter from the console and print it
ET-575 - Variables - Quiz D Access the ASCII table value of a character. 1) Request an uppercase letter from the console and print it to the console. 2) Print the ASCII value of the character 3) Convert the character to the equivalent lower case character and print the ASCII value to the console 4) Print the lowercase character Example output (input is bold and italicized): Enter an uppercase character: A The letter is: A The ASCII value is: 65 The ASCII value of the equivalent lowercase character is: 97 The lowercase character is: a ET-575 - Variables - Quiz D Access the ASCII table value of a character. 1) Request an uppercase letter from the console and print it to the console. 2) Print the ASCII value of the character 3) Convert the character to the equivalent lower case character and print the ASCII value to the console 4) Print the lowercase character Example output (input is bold and italicized): Enter an uppercase character: A The letter is: A The ASCII value is: 65 The ASCII value of the equivalent lowercase character is: 97 The lowercase character is: a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
