function higher(num1,num2){ return num1>num2; } // input 輸入 higher(3,2) higher(100,299) higher(8,2.5) // output 輸出
確定! 回上一頁