单项选择题以下叙述中正确的是
单项选择题有如下程序 main() { float x=2.0,y; if(x<0.0)y=0.0; else if(x>10.0)y=1.O x; else y=1.0; printf( %f n ,y);} 该程序的输出结果是