The following pseudocode
```
IF AVG > 93 THEN
GRADE = “A”
(ELSE)
ENDIF
```
represents a
a) sequential IFTHENELSE pattern
b) nested IFTHENELSE pattern
c) null IFTHENELSE pattern
d) simple IFTHENELSE pattern
c) null IFTHENELSE pattern
Computer Science & Information Technology
You might also like to view...
If two conditions must both be true in order for an argument to be acceptable, they should be combined with a Boolean ____ operator.
A. OR B. AND C. NOT D. XOR
Computer Science & Information Technology
Describe four GUI design tips that follow the Windows standards for the use of graphics, fonts, and color.
What will be an ideal response?
Computer Science & Information Technology