Solved

The Following Pseudocode
IF AVG >93> 93 THEN
GRADE == "A"
ELSE
IF

Question 8

Multiple Choice

The following pseudocode
IF AVG >93> 93 THEN
GRADE == "A"
ELSE
IF AVG>83A V G > 83 THEN
GRADE == "B"
ELSE
GRADE == "P"
ENDIF
ENDIF
Represents a


A) sequential IFTHENELSE pattern
B) nested IFTHENELSE pattern
C) null IFTHENELSE pattern
D) simple IFTHENELSE pattern

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions