單項選擇題


1)#include < iostream >

2)#include < cmath >

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 <<" input two numbers:\n";

15)cin >> a >> b;

16)c=max(a,b);

17)cout <<" the squart of max imum="<< sqrt( c );

18)}


執(zhí)行第15行時,若輸入“8空格9回車”,則第4行中,y的值是:()

A.0
B.隨機值
C.9
D.9.0000000000000000


您可能感興趣的試卷

你可能感興趣的試題