Given the following pseudocode, what value of GRADE will be output if 60 is input?
```
Start
Read GRADENUM
CASENTRY GRADENUM
CASE 60 ? GRADENUM ? 80
GRADE = “A”
CASE 59 ? GRADENUM ? 60
GRADE = “B”
CASE 50 ? GRADENUM < 60
GRADE = “C”
CASE other
GRADE = “No Grade”
ENDCASE
Write GRADE
Stop
```
a) A
b) B
c) C
d) No Grade
a) A
Computer Science & Information Technology
You might also like to view...
If you are referring to a percentage that does not change in a formula, you should use a(n) ________ reference
A) relative B) normal C) mixed D) absolute
Computer Science & Information Technology
The Control Panel displays settings in four different views.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology