题目内容

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)}若执行第9行时,输入89后按回车,则程序第11行输出:()

A. the squart of max imum=sqrt
B. the squart of max imum=3.08221
C. the squart of max imum=3
D. the squart of max imum=9.0

查看答案
更多问题

阳盛阴伤

简述数据仓库的特点。

托辊起支撑作用不需要密封。

A. 正确
B. 错误

无人值班变电站事故照明()检查一次。

答案查题题库