Max = a
If b > Max Then
  Max = b
Else
  If c > Max Then Max = c
End If