Java求兩個數之商,要求對結果小數點後四捨五入保留三位有效數字。

public static void test4(){ Scanner bcs=new Scanner(System.in); System.out.println("請輸入被除數:"); double a=bcs.nextDouble(); Scanner cs=new Scanner(System.in); System.out.println("請輸入
相關文章
相關標籤/搜索