Question: 3. (40 points) Design a program that uses nested loops to display the total score for each student. Assume there are 5 students and

3. (40 points) Design a program that uses nested loops to display the total score for each student. Assume there are 5 students and each student have 4 subject scores. Ask the user to input student name and scores for each subject. The program's output should look like: Student Name Adam Alex a) Writing pseudocode b) Writing Flowchart c) Writing Python code Total score 376 350
Step by Step Solution
3.37 Rating (156 Votes )
There are 3 Steps involved in it
a Pseudocode 1 Initialize an empty dictionary to store student names and scores 2 Initialize totalsc... View full answer
Get step-by-step solutions from verified subject matter experts
