The government reveals that the employment ______ are unpleasant.
A. figures
B. fever
C. fierce
D. filters
查看答案
She bought some washing powder and other ______ products in the supermarket.
A. hospitable
B. hostile
C. household
D. housewife
The ______ cost of renting a house has risen by 15%.
A. available
B. average
C. avoidable
D. aware
测一测(模块3_4)if(n>=2){System.out.println("one");}else{if(n>=-1){System.out.println("two");}}假定n的值为-6,则以上代码输出的结果是?
A. one
B. two
C. onetwo
D. 无输出
测一测(模块3_4)以下是否是正确的if嵌套?if(sex=='男')if(age>=18)System.out.println("###");
A. 对
B. 错