//Sample09_34.java class Sample09_34 { public static void main(String[] args){ char chF = (char)70; System.out.println("chF = " + chF); } }