System.out.println("The real 0.3 is " + 0.3); System.out.println("The real 0.3 times 3 is " + 0.3*3);