有如下程序
Main()
{ float x=2.0,y;
If(x<0.0) y=0.0;
Else if(x<10.0) y=1.0/x;
Else y=1.0;
Printf("%f\n",y);
}
该程序输出结果是______。
A.0.000000 B.0.250000 C.0.500000 D.1.000000正确答案C
有如下程序
Main()
{ float x=2.0,y;
If(x<0.0) y=0.0;
Else if(x<10.0) y=1.0/x;
Else y=1.0;
Printf("%f\n",y);
}
该程序输出结果是______。
A.0.000000 B.0.250000 C.0.500000 D.1.000000正确答案C