a=4: b=3
If a >= 4 Then
If b < 2 Then a=a+2
If b > 2 Then a=a+3
a=a+2
ElseIf a >= 9 Then
a=a+4
Else
a=a+b
End If