Answer: C
Step-by-step explanation: The if statement shows that if the grade is higher than 80 then print "B". If the grade is exactly eighty. It will trigger C since it checks if 80 is higher than 80, since 80 is in fact not higher than 80 the statement will return false putting it to the next if statement printing "C".