public class test { public static void main(String[] args) { float a = 'A'; System.out.printf("%f",a); } }