Solved

What Does the Following Program Do

Question 41

Multiple Choice

What does the following program do?
What does the following program do?   A)  It accepts 4 test scores for 3 students and outputs the average of the 12 scores. B)  It accepts 3 test scores for each of 3 students and outputs the average for each student. C)  It accepts 4 test scores for 2 students, then averages and outputs all the scores. D)  It accepts one test score for each of 3 students and outputs the average of the 3 scores.


A) It accepts 4 test scores for 3 students and outputs the average of the 12 scores.
B) It accepts 3 test scores for each of 3 students and outputs the average for each student.
C) It accepts 4 test scores for 2 students, then averages and outputs all the scores.
D) It accepts one test score for each of 3 students and outputs the average of the 3 scores.

Correct Answer:

verifed

Verified

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

Related Questions