Given the following pseudocode, how many conditions will be tested if 70 is input?
```
Start
Read GRADENUM
CASENTRY GRADENUM
CASE 60 < GRADENUM ? 80
GRADE = “A’
CASE 59 ? GRADENUM ? 70
GRADE = “B’
CASE 50 < GRADENUM ? 60
GRADE = “C’
CASE other
GRADE = “No Grade”
ENDCASE
Write GRADE
Stop
```
a) 1
b) 2
c) 3
d) 4
a) 1
You might also like to view...
The JPA annotation @Basic specifies whether the column is optional and whether the corresponding data should loaded ________ (i.e., only when the data is accessed through the entity object) or ________ (i.e., loaded immediately when the entity object is created).
a. lazily, actively b. slowly, eagerly c. lazily, eagerly d. idly, actively
____ view displays the underlying HTML code that Dreamweaver automatically generates as you create and edit a page.
A. Design B. Code C. HTML D. Edit
The communication between two NAUs is called a(n) ____________________.
Fill in the blank(s) with the appropriate word(s).
A strategic plan that stresses technology tends to create an unfavorable climate for IT projects that extends throughout an organization.?
Answer the following statement true (T) or false (F)