The health official said _____12 suspected cases of influenza A (H1N1) were tested negative and _____ , so far, this city has reported no case of the virus.
A: what; that
B: that; what
C: x; that
D: that; x
A: what; that
B: that; what
C: x; that
D: that; x
举一反三
- What is known about the influenza virus?
- 执行下列程序段后,变量 x 的值为( )。 x = 12select case x\10 case 1 x = 1 case 2 x = 2end select A: 1 B: 2 C: 12 D: 出错
- What he has said really important for me. A: are B: is C: be D: were
- The minutes must truly _______ what was said and agreed during the meeting. They must be written briefly and clearly so that nothing can be misinterpreted and nobody misrepresented. Be careful, minutes are the official _______ of what happened, not what was said at the meeting.
- 有如下程序段: int x =1, y=1 ; int m , n; m=n=1; switch (m) { case 0 : x=x*2; case 1: { switch (n) { case 1 : x=x*2; case 2 : y=y*2;break; case 3 : x++; } } case 2 : x++;y++; case 3 : x*=2;y*=2;break; default:x++;y++; } 执行完成后,x和y 的值分别为( )。
