運算子, 功能, 範例, 適用變數類型. 輸入, 輸出. +, 將兩變數相加, int x = 1; int y = 2; int z = x + y; System.out.print(z);, 3, 整數、浮點數.
確定! 回上一頁