题型:单选题 题类:常考题 难易度:普通
浙江省台州市书生中学2018-2019学年高二上学期信息技术第一次月考试卷
Dim x As Integer, y As Integer, s As Integer
x=3:y=4
If x<y And y<0 Then
s=x Mod y
ElseIf y>0 and y<x Then
s=x*y
ElseIf x=0 Or y=0 Then
s=x+y
Else
s=0
End If
该程序段运行之后,变量s的值为( )
试题篮