14
QuizMultiple Choice

Resources for Programmers — Unit test

Question 14 • Introduction to Information Technology - EL3701

A program contains the following statements: gradeIf : print (“You are an A student!”)What action will the program take when 89?

Question illustration
Answer
A
print “You are an A student!”
B
print “grade = 89”
C
print nothing
D
print “You are a B student!”