Using IF and ELSE gives two possible choices (paths) that a program can follow. However, sometimes more than two choices are wanted. To do this, the statement ELSE IF is used. Python close PythonA ...
find out how old the person is if the person is younger than 15 then say “You are eligible for a discount ticket.” otherwise, say “You are not eligible for a discount ticket.” OUTPUT "How old are you?