烘箱设备周围无()的物品。
A.高压
B.易燃易爆
C.易潮
D.危险
参考答案:B
用“※”、“◎”定义新运算:对于任意有理数a、b,都有a※b=ab和a◎b=ba.那么(-3※2)◎(4◎1)= .
阅读下面的程序: PriVate Sub Form_C1ick() Dim Check As Booleau,Counter As Integer Check=True Counter=5 Do Do While Counter<20Counter=Counter+1 If Counter=10 Then Check=FalSe EXit Do End IfLoop Loop Until Check=FalSe Print Counter End Sub 程序运行后,单击窗体,输出结果为______。