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


b) B

Computer Science & Information Technology

You might also like to view...

With ________, tags are customized for content of a specific industry

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The advantage of routine patch cycles is that they allow for thorough review of the patch and testing cycles before deployment.

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

Computer Science & Information Technology

When you are having difficulty conveying an idea in words, which of the five Cs would apply when creating a visual?

A. Compelling B. Clear C. Concise D. Connected E. Complete

Computer Science & Information Technology

In a Microsoft Access database, an active web page, email address or existing file is stored as a(n) ________ field

Fill in the blank(s) with correct word

Computer Science & Information Technology