.下列不属于条件语句关键字的是( )。
A: if
B: while
C: else
D: switch
A: if
B: while
C: else
D: switch
B
举一反三
内容
- 0
下列不属于条件语句关键字的是() A: if B: Else C: Swich D: While
- 1
下列不属于选择结构的语句是()。 A: if B: switch C: while D: if—else
- 2
下列执行语句中与条件(判断)语句有关的是 A: if()else;dowhile();break; B: return;if()else;break; C: if()else;switch;break; D: if()else;switch;while();
- 3
下列哪些关键字用于条件选择语句? A: if B: else C: for D: while
- 4
下列哪个语句属于条件语句。() A: switch语句 B: for语句 C: while语句 D: do while语句