填空题
下列程序的输出结果是
__
1
__
。
#include<iostream. h>
void main()
{
double d=3.2;
int x,y;
x=1.2;
y=(x+ 3.8)/5.0;
cout<<y*d<<end1;
}
【正确答案】
【答案解析】
0
提交答案
关闭