Examlex

Solved

Given the Following Pseudocode,what Value of GRADE Will Be Output 6060 \leq

question 17

Multiple Choice

Given the following pseudocode,what value of GRADE will be output if 60 is input?
Start
Read GRADENUM
CASENTRY GRADENUM
CASE 6060 \leq GRADENUM 80\leq 80
GRADE == "A"
CASE 5959 \leq GRADENUM 60\leq 60
GRADE == "B"
CASE 5050 \leq GRADENUM <60< 60
GRADE == "C"
CASE other
GRADE == "No Grade"
ENDCASE
Write GRADE
Stop


Definitions:

Related Questions