class Slip_1_1_A{ public static void main(String[] args){ for(int i=65;i<=90;i++){ System.out.println(Character.toString((char)i)); } }}
0 Comments