ASCII Codes
- Reverse
Write a
program to print the ASCII codes of the uppercase English letters
from X to A (The letter X going to be entered by user).
Input: An English upper case letter.
Output: ASCII Codes of the letters from X
to A.
Note: ASCII code of A is 65.
Sample Input1:
|
Sample Input2:
|
C
|
L
|
Sample Output1:
|
Sample Output2:
|
67 66 65
|
76 75 74 73 72 71 70 69 68 67 66 65
|
Для отправки решений необходимо