【单选题】
Y480/Y485的价位段()
A、¥2500~¥4500
B、¥6500~¥8500
C、¥4500~¥7500
D、¥3500~¥5500
A、¥2500~¥4500
B、¥6500~¥8500
C、¥4500~¥7500
D、¥3500~¥5500
A、if x>0 then y=1 else if x=0 then y=0 else y= -1 B、if x>0 then y=1 else if x<0 then y= -1 else y=0 C、if x>=0 then if x=0 then y=0 else y= -1 else y=1 D、if x<>0 then if x<0 then y= -1 else y= 1 else y=0