Respuesta :
Answer:
if int Y = 20 Then
int X = 0
End If
Explanation:
The Question says, when intY is equal 20
So if intY is not 20, 0 cannot be assigned to intX
and vice versa
Answer:
if int Y = 20 Then
int X = 0
End If
Explanation:
The Question says, when intY is equal 20
So if intY is not 20, 0 cannot be assigned to intX
and vice versa