If the variable named AVG has a value of 73, what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?

```
IF AVG > 93 THEN
GRADE = “A”
ELSE
GRADE = “B”
ENDIF
IF AVG > 73 THEN
GRADE = “C”
ELSE
GRADE = “F”
ENDIF

```

a) A
b) B
c) C
d) F

d) F

Computer Science & Information Technology

You might also like to view...

Which of the following types of content should be avoided within the body of an e-mail message?

A) messages that are consistent with the subject line of the message B) messages that are short and brief C) hasty responses that are written in anger or with poor grammar D) messages that address more than one topic including heading or labeling two separate responses

Computer Science & Information Technology

RG-6 and RG-59 cables are used in what type of systems? (Choose two.)

A) Cable television B) DSL C) Fiber D) Satellite

Computer Science & Information Technology