下面不属于循环语句是( )。 A: while...end while B: case...end case C: loop ... end loop D: epeat ... end repeat
下面不属于循环语句是( )。 A: while...end while B: case...end case C: loop ... end loop D: epeat ... end repeat
语句while(!end);中的条件!end等价于() A: end==0 B: end!=1 C: end!=0 D: -end
语句while(!end);中的条件!end等价于() A: end==0 B: end!=1 C: end!=0 D: -end
以下结构属于条件结构的是? A: switch…case…end B: try…catch...end C: do…while D: while…end
以下结构属于条件结构的是? A: switch…case…end B: try…catch...end C: do…while D: while…end
以下分支结构控制语句正确的是(以下分支结构控制语句正确的是() A: [begin_label:] 条件 DO 语句群 END WHILE [end_label] B: [begin_label:] WHILE 语句群 END WHILE [end_label] C: [begin_label:] WHILE 条件 DO 语句群 END WHILE [end_label] D: [begin_label:] WHILE 条件 DO 语句群
以下分支结构控制语句正确的是(以下分支结构控制语句正确的是() A: [begin_label:] 条件 DO 语句群 END WHILE [end_label] B: [begin_label:] WHILE 语句群 END WHILE [end_label] C: [begin_label:] WHILE 条件 DO 语句群 END WHILE [end_label] D: [begin_label:] WHILE 条件 DO 语句群
若要退出 While … End While 循环,可使用的语句为( )。
若要退出 While … End While 循环,可使用的语句为( )。
while语句可以不用end结束
while语句可以不用end结束
At one end of the spectrum, organizations can be absolutely centralized, while at the other end, they can be completely decentralized.
At one end of the spectrum, organizations can be absolutely centralized, while at the other end, they can be completely decentralized.
每个while语句不一定配有end语句。()
每个while语句不一定配有end语句。()
下列不是分支结构的语句是( )。 A: While…Wend B: If…Then…End If C: Select…Case…End Select D: If…Then…Else…End If
下列不是分支结构的语句是( )。 A: While…Wend B: If…Then…End If C: Select…Case…End Select D: If…Then…Else…End If
在 SQL Server 中使用()将多个T-SQL语句组合成一个语句块。 A: CASE…END B: IF…END C: WHILE…END D: BEGIN…END
在 SQL Server 中使用()将多个T-SQL语句组合成一个语句块。 A: CASE…END B: IF…END C: WHILE…END D: BEGIN…END