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