
Andy C. answered 10/14/18
Tutor
4.9
(27)
Math/Physics Tutor
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