-->
当前位置:首页 > 题库

填空题:若有定义double x=1,y;则执行

Luz3年前 (2022-12-05)题库774
若有定义double x=1,y;则执行

y=x+3/2; printf("%.1f",y);

结果是








答案:
第1空:2.0 ||