Write a program in Java to accept a word and display the ASCII code of each characte
of the word.
Sample Input: BLUEJ
Sample output: ASCII of B = 66
ASCII of L = 75
ASCII of U = 84
ASCII of E = 69
ASCII of J = 73
Answers
Answered by
0
I THINK IT WOULD HELP YOU
Attachments:
Similar questions