public static int Mul(int a,int b). { int result; result = a*b; return result;. } 1. 您可以在函式主體內使用輸入參. 數a,b。 2. 函式回傳值的資料型態為int。 3.
確定! 回上一頁