convert to three decimal places and store in a variable Java code example Example: decimal up to 6 places in java double num = 1.34567; System.out.format("%.4f", num);