Solved

If the Variable Named AVG Has a Value of 73,what AVG>93THEN\mathrm { AVG } > 93 \mathrm { THEN }

Question 22

Multiple Choice

If the variable named AVG has a value of 73,what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?
IF AVG>93THEN\mathrm { AVG } > 93 \mathrm { THEN }
GRADE == "A"
ELSE
GRADE == "B"
ENDIF
IF AVG>73\mathrm { AVG } > 73 THEN
GRADE == "C"
ELSE
GRADE == "F"
ENDIF


A) A
B) B
C) C
D) F

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions