单选题 下列程序的输出结果是( )。 #include< iostream.h>  void main() {double d=3.2; intx, y: x=1.2; y=(x+3.8)/5.0 cout<<y*d <<endl;}
【正确答案】 C
【答案解析】