加+; 減-; 乘*; 除/; 取餘數%. 參考程式 ArithmeticOP.java public class E01_ArithmeticOP { public static void main(String[] args){ int a = 5, b = 2; double d ...
確定! 回上一頁