Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q31: What will be displayed after the following
Q32: A(n)_ loop usually occurs when the programmer
Q33: A good way to repeatedly perform an
Q34: A(n)_ structure is a structure that causes
Q35: The _ function is a built-in function
Q36: In Python,you would use the _ statement
Q37: What type of loop structure repeats the
Q38: A(n)_-controlled loop causes a statement or set
Q39: _ is the process of inspecting data
Q40: The first line in a while loop