I created a function, that has this if…else if if(Quantity < 10 ) { Discount = 0; } else if (Quantity < 20 ) { Discount = .1; } else if ...
確定! 回上一頁