要想使23.78965421的输出为23.7887应用的语句是()A.cout 要想使23.78965421的输出为23.7887应用的语句是()A.coutB.coutC.coutD.cout

要想使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<


相关考题:

与语句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;