The admission booth at the show requires each person to enter their age. Then the following program executes: if 22 > age > 14: print (“Student price is $8.”) When age = 16, what action would the program execute?
print “16”
print “Student price is $8.”
print “14”
print “Student price is $14.”