Case 1
You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.
-You are working with parallel arrays to detemine the grade a student earns in a class.The student earns a grade based on the following: minimum points to earn an A is 900
Minimum points to earn a B is 800
Minimum points to earn a C is 700
Minimum points to earn a D is 600
Below 600 earns an F
The points array is defined as follows: num points[5] = 900,800,700,600,0
How should the grades array be defined?
A) num grades[5] = A,B,C,D,F
B) string grades[5] = "A","B","C","D","F"
C) num grades[5] = "A","B","C","D","F"
D) string grades[5] = "F","D","C","B","A"
Correct Answer:
Verified
Q38: In _ arrays,each element in one array
Q39: When you have a six element array
Q40: What is TRUE about the following array?
Q41: Case 1
You have just starting working at
Q42: Case 1
You have just starting working at
Q44: Write the pseudocode to define a five
Q45: Write the pseudocode to define and initialize
Q46: Case 1
You have just starting working at
Q47: Define and initialize an array that contains
Q48: Write the pseudocode to define and initialize
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents