Given the following pseudocode, what value of GRADENUM can be input to output a grade of “F”?

```
Start
Read GRADENUM
CASENTRY GRADENUM
CASE 90 ? GRADENUM ? 100
GRADE = “A”
CASE 80 ? GRADENUM ? 90
GRADE = “B”
CASE 70 ? GRADENUM ? 80
GRADE = “C”
CASE 60 ? GRADENUM ? 70
GRADE = “D”
CASE other
GRADE = “F”
ENDCASE
Write GRADE
Stop

```

a) 59
b) 60
c) 61 or less
d) none of the above

a) 59

Computer Science & Information Technology

You might also like to view...

A LinkedIn job listing includes a brief summary of the job along with a full job description, skill requirements, and company description

Indicate whether the statement is true or false

Computer Science & Information Technology

You can create process colors by creating a new swatch in the New Color Swatch dialog box.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology