网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
要想使23.78965421的输出为23.7887应用的语句是()A.cout<<23.78965421;B.cout

要想使23.78965421的输出为23.7887应用的语句是()

A.cout<<23.78965421;

B.cout<

C.cout<<23.78965421-0.001;

D.cout<


参考答案

更多 “ 要想使23.78965421的输出为23.7887应用的语句是()A.cout 要想使23.78965421的输出为23.7887应用的语句是()A.coutB.coutC.coutD.cout ” 相关考题
考题 与语句cout< <endl; 不等价的是A.cout < <'\n';B.cout < <'\12';C.cout < <'\xA';D.cout < <'\0';

考题 与语句cout<<endl;不等价的是( )。A.cout<<‘\n’;B.cout<<‘\12’;C.cout<<‘\xA’;D.cout<<‘\0’;

考题 要想使23.78965421的输出为23.7887应用的语句是A.cout<<23.78965421;B.cout<<fixed<<23.78965421;C.cout<<23.78965421-0.001;D.cout<<fixed<<23.78965421-0.001;

考题 要想使23.78965421的输出为23.7887,应用的语句是A.cout < < 23.78965421;B.cout < < fixed < < 23.78965421;C.cout < < 23.78965421-0.001;D.cout < < fixed < < 23.78965421-0.001;

考题 与语句coutendl;不等价的是( )。 A.cout\n;B.cout\12;SXB 与语句coutendl;不等价的是( )。A.cout\n;B.cout\12;C.cout\xA;D.cout\0;

考题 要想使23.78965421的输出为23.7887,应用的语句是( )。A.cout23.78965421;B.coutfixed23.78965421;C.cout23.78965421—0.001;D.coutfixed23.78965421—0.001;

考题 与语句coutendl;不等价的是( )。A.cout\n;B.cout\12;C.cout\xA;D.cout\0;

考题 要想使23.78965421的输出为23.7887应用的语句是( )A.cout<<23.78965421; B.cout< C.cout<<23.78965421 -0.001; D.cout<

考题 有语句 int a=1, b=2; 以下正确的输出语句是()。A.cout<<a=a+b<<endl;B.cout<<a>b?a:b<<endl;C.cout<<(hex)a+b;D.cout<<a<<endl<<a<<endl;