以下程序输出1到1000之间所有的偶数之和,请补充完该程序。 Private Sub Cotmand1_Click() Dim x As Double For i=0 To 1000 If______ Then x=x+ i End If Next i Print x End Sub
A. i Mod 2= 0
B. x mod 2=0
C. I mod 2<>0
D. x mod 2<>0
查看答案
[听力原文]M: The food in this restaurant is horrible if only we’d gone to the school dining hall.W: But the food isn’t everything. Isn’t it nice just to get away from all the noise What can we learn from the conversation()
A. It’s quiet in the restaurant.
B. The price is high in the restaurant.
C. The restaurant serves good food.
D. The restaurant is too far from their school.