Dim x,y as Integer y=-2 x=y=-1
1个回答
因为y=-2
则x=y=-1后面的该为判断语句
即相当于if y=-1
因为-2与-1不等,所以为假,即值为0
所以x=0
相关问题
Private Sub Form_Click() Dim x As Integer Static y As Intege
Private Sub Form_Click( ) Dim x As Integer,y As Integer,z As
Private Function p1(x As Integer,y As Integer,z As Integer)
Private Sub Command1_Click() Dim x As Single,y As Single Pic
英语翻译Dim a() As String,b() As String,x1() As String,y1() As S
x,y are positive integers.2x+y4,greatest possible x-y?
Dim s as long ,x as integer s=0 For x=9to10 Step2 S=s+x Next
一道VB选择题目.若在应用程序中用“Private Sub Sub1(X As Integer,Y As Single)
vb sub过程选择题11、若在应用程序中用“Private Sub Sub1(X As Integer, Y As S
(y-y1)/(y2-y1)=(x-x1)/(x2-x1)与(y-y1)/(x-x1)=(y2-y1)/(x2-x1)的