Solved

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

Question 23

Multiple Choice

If the variable named AVG has a value of 93,what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?
IF AVG>93THEN\mathrm { AVG } > 93 \mathrm { THEN }
 GLSA  GRE = "A"  GRADE =" B"\begin{array} { l } \text { GLSA } \quad \text { GRE } = \text { "A" } \\ \text { GRADE } = " \mathrm {~B} " \end{array}
ENDIF
IF AVG>73THEN\mathrm { AVG } > 73 \mathrm { THEN }
GRADE == " C\mathrm { 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