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