WAP to accept a string convert the same to uppercase then print its letters one below another with their ASCII code
Input: hello
Output:
H 72
E 69
L 76
L 76
Published By : Sunita Chhetry
WAP to accept a string convert the same to uppercase then print its letters one below another with their ASCII code
Input: hello
Output:
H 72
E 69
L 76
L 76