class Program01 { public static void main(String args[]) { int a = 65; System.out.printf("%c\n", a); } }