The program below is the answer to Deitel’s Java How to Program (9th Edition) Chapter 2 Exercise 2.29.

Question: Write an application that displays the integer equivalents of some uppercase letters, lowercase letters, digits and special symbols. Display the integer equivalents of the following: A B C a b c 0 1 2 $ * + / and the blank character.

The program below is a modified version of the above such that the user can enter a character and the program displays its integer equivalent.

Click here to see other answers to Java How to Program.

1 Comment

Write A Comment