Multiple Choice
Given the following pseudocode,what value of GRADENUM can be input to output a grade of "F"?
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) 59
B) 60
C) 61 or less
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q16: The pseudocode form of a CASE control
Q17: Given the following pseudocode,what value of
Q17: Given the following pseudocode,what value of
Q18: The steps within each CASE path are
Q19: A transaction file is also known as
Q21: It is good programming practice to include
Q22: Given the following pseudocode,how many conditions will
Q23: In the following pseudocode,the value for TRANSCODE
Q24: We can replace the nested IFTHENELSE control
Q25: In a CASE control structure,every test requires