Inactive Tutor answered 10/14/18
Tutor
New to Wyzant
4 < 2 is false so the if statement fails;
so the else if gets executed
3==3 is true so it print Hi-1
the if else statement is finished.
Hi 3-n is printed because it is outside the if-else