C 编程
如何更改此 if else 条件以切换案例?
if(n >= 10 && n <= 20){price=2.00;}
else if(n > 20){price=3.00;}
else {price=1.00;}
C 编程
如何更改此 if else 条件以切换案例?
if(n >= 10 && n <= 20){price=2.00;}
else if(n > 20){price=3.00;}
else {price=1.00;}