Write three numbers, the size of the second VB expression

Write three numbers, the size of the second VB expression


Private Sub Command1_ Click() Dim a, b, c As Integer a = 1 b = 2 c = 3 If a > b Then If a < c Then Print a Else If b > c Then P...