class NoComparisonOnFloats { public static void main(String[] args) { System.out.println((0.1 + 0.2) == 0.3); } }