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
GRADE "A"
ELSE
GRADE "B"
ENDIF
IF THEN
GRADE "C"
ELSE
GRADE "F"
ENDIF
A) A
B) B
C) C
D) F
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: The statements Write A and Write "A"
Q18: In a sequential IFTHENELSE pattern,whether tests after
Q19: A nested IFTHENELSE pattern cannot contain a
Q20: If the variable named ANSWER has
Q21: The following pseudocode<br>IF AVG <span
Q23: If the variable named AVG has
Q24: A diamond shape symbol on a program
Q25: If the variable named ANSWER has
Q26: The following pseudocode<br>IF AVG <span
Q27: If the variable named AVG has