The answer to this code is 6Sub t334()
Dim x, y, z As Integer
x = 3
y = 3
z = x + y
MsgBox z
End Sub
If I enter 3 in int1, and 3 in int2 I get 33. Does anyone know why? I would like it to add like in the first example and get 6...![]()
Please Login or Register to view this content.
Bookmarks