What will be the value of variable Y after the successful execution of the given Visual Basic code?
Dim Y As Integer
Y = 9 / 2 + 2 - 1
A5
B6
C6.5
D7
What will be the value of variable Y after the successful execution of the given Visual Basic code?
Dim Y As Integer
Y = 9 / 2 + 2 - 1
A5
B6
C6.5
D7