1)#include 2)#include 3)using namespace std; 4)dou...
单选题

1)#include 2)#include 3)using namespace std; 4)double max(double x,doubley) 5){ 6)if(x>y) 7)return x; 8)else 9)return y; 10)} 11)int main() 12){ 13)doublea,b,c; 14)cout > a >> b; 16)c=max(a,b); 17)cout <<" the squart of max imum="<< sqrt( c ); 18)} 第13行中定义了几个变量:()

发布日期:2020-12-11

A.1个

B.2个

C.3个

D.4个

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定