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