题目内容

1)#include < iostream > 2)# include < math.h > 3)using namespace std; 4)double max(double x,doubley); 5)void main() 6){ 7)double a,b,c; 8)cout << " input two numbers: "; 9)cin>>a>>b; 10)c=max(a,b); 11)cout<< " the squart of max imum="<< sqrt(c); 12)} 13)double max(doublex,doubley) 14){ 15)if(x>y) 16)returnx; 17)else 18)returny; 19)}程序第7行中变量a、b、c的类型是:()

A. 整型
B. 单精度浮点型
C. 双精度浮点型
D. 字符型

查看答案
更多问题

简述企业人力资源战略规划的评价。

铺设无缝线路大修主要工作内容有哪些?

如何在相邻单元格中快速输入同一组内容?

正虚邪陷型中东呼吸综合征的推荐方剂为()。

答案查题题库