PI; //printf (String format, Object... args) System.out.printf ("pi = %5.3f%n", pi); double q = 1.0/3.0; // Print the number with 3 decimal places.
確定! 回上一頁