char a = 65, b = 66, c = 67, d = 68; System.out.println(a); System.out.println(b); System.out.println(c); System.out.println(d);