A program contains the following statements: X = grade If 90: print ("You are an A student!") What action will the program take when x = 89? print "You are an A student!" print "grade - 89" print nothing print "You are a B student!"ā€‹

Respuesta :

Answer:

C. Print Nothing

Step-by-step explanation:

For those who don't wanna read

Answer:

The program is going to print nothing because the script does not tell it to say anything other than when the grade (x) is greater than 90.

Therefore,the correct option is 3, print nothing

ACCESS MORE