关系式x≤-5或x≥5所对应的布尔表达式是______。
参考答案:x<=-5 Or x>=5
解析:解析:表示逻辑或的关系运算符号为Or。
Thanks to the heavy rain, the football match _____ until next week.
A.must put off
B.must have been put off
C.has to put off
D.has to be put off
有如下程序 #include <iostream> #include <iomanip> using namespace std; int main( ) cout<<setprecision(3)<<fixed<<setfill(’*’)<<setw(8); cout<<12.345<<__________<<34.567; return 0; 若程序的输出是: **12.345**34.567 则程序中下划线处遗漏的操作符是( )。
A.setprecision(3)
B.fixed
C.setfill(’*’)
D.setw(8)