How can the code in the following example best be described?
?
int scoreThreshold[4] = {90, 80, 70, 60};
char letterGrade[4] = {'A', 'B', 'C', 'D'};
?

A. ?multi-value arrays
B. ?two-dimensional array
C. ?scalar arrays
D. ?parallel arrays

Answer: D

Computer Science & Information Technology

You might also like to view...

Equations that perform calculations on values in a worksheet are referred to as ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

____________________ is an HTML5-based app platform that allows designers to use Web technologies to author native mobile applications that can access native device features and can be placed in the app stores.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology