Defining a Function · int mul(int a, int b){ · int c; · c = a+b; · print("The sum is:${c}"); · }.
確定! 回上一頁