Multiple Choice
Given the following pseudocode,what value of GRADENUM can be input to output a grade of "B"?
Start
Read GRADENUM
CASENTRY GRADENUM
CASE GRADENUM
GRADE "A"
CASE GRADENUM GRADE "B"
CASE GRADENUM
GRADE = "C"
CASE GRADENUM
GRADE = "D"
CASE other
GRADE "F""
ENDCASE
Write GRADE
Stop
A) 80
B) 90
C) less than 80
D) greater than 90
Correct Answer:

Verified
Correct Answer:
Verified
Q5: A CASE control structure can be used
Q6: A master file contains data that is
Q7: The order in which tests are placed
Q8: Given the following pseudocode,how many conditions
Q9: Given the following pseudocode,what value of
Q11: Given the following pseudocode,what value of
Q12: The CASE control structure is one of
Q13: In the following pseudocode,the value for
Q14: Records kept for reference purposes as relatively
Q17: Given the following pseudocode,what value of