class Swap { public static void main(String[] args){ float f = 0.1F; double d = 0.1; System.out.println(f==d); } }