- Engineering
- Computer Science
- use printf for all output ascii name write a program...
Question: use printf for all output ascii name write a program...
Question details
***Use printf for all output.
ASCII Name Write a program that prints the letters of your name followed by the ASCII value of each letter.
For example:
K 75
r 114
a 97
m 109
e 101
r 114
Java programming
Solution by an expert tutor
