Dim a As Integer = 123 '① If a > 100 Then Dim b As Integer = 345 '② Else Dim c As Integer = 567 '③ End If Dim d As Integer = 789 '④