Solved

If the Variable Named AVG Has a Value of 93,what AVG>93A V G > 93

Question 27

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>93A V G > 93 THEN
GRADE = "A"
ELSE
IF AVG>83A V G > 83 THEN
ELSE  GRADE = "B"  GRADE = "P", \begin{array} { l } \text { GRADE } = \text { "B" } \\ \text { GRADE } = \text { "P", } \end{array}
ENDIF
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