char a = 65, b = 66, c = 67; System.out.println(a); System.out.println(b); System.out.println(c); /* this is how you type ASCII values in java */