Multiple Choice
Given the following pseudocode,how many conditions will be tested if 70 is input?
Start
Read GRADENUM
CASENTRY GRADENUM
CASE GRADENUM
GRADE "A'
CASE GRADENUM
GRADE "B'
CASE GRADENUM
GRADE "C'
CASE other
GRADE "No Grade"
ENDCASE
Write GRADE
Stop
A) 1
B) 2
C) 3
D) 4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: An alphabetic value that is input during
Q2: There should be the same number of
Q3: A character string is set up once
Q5: A CASE control structure can be used
Q6: A master file contains data that is
Q7: The order in which tests are placed
Q8: Given the following pseudocode,how many conditions
Q9: Given the following pseudocode,what value of
Q10: Given the following pseudocode,what value of
Q11: Given the following pseudocode,what value of