• 2022-06-16
    语句while(!end);中的条件!end等价于()
    A: end==0
    B: end!=1
    C: end!=0
    D: -end
  • A

    内容

    • 0

      下列不是选择结构的语句是______。 A: If…Then…End If B: Do While…Loop C: If…Then…Else…End If D: Select Case…End Select

    • 1

      There is a bank __________ the street. A: on the end of B: in the end of C: at the end of D: by the end of

    • 2

      运行以下程序输出的结果是:( )。for i in range(6):if i%2==0:continueelif i%3:print(i,end=' ')else: print('end') A: 1 B: 1 end C: 1 5 end D: 1 5

    • 3

      _ we won the war. A: In the end B: On the end C: By the end D: At the end

    • 4

      不需要写在begin ......end 语句块中的 语句是 A: set intAge=18; B: if .. end if ,case.. end case等分支结构块 C: while.. end while 等循环结构块 D: ifnull( ... ), if(... ) 形式