Solved

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

Question 26

Multiple Choice

The following pseudocode
IF AVG >93> 93 THEN GRADE = "A" ELSE
GRADE = "B"
ENDIF
IF AVG>73\mathrm { AVG } > 73 THEN
GRADE == " C\mathrm { C } ",
ELSE
GRADE = "F "
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