Python Programming #3 | |
---|---|
In this assignment you are to: | |
| |
|
|
Your program must meet the following criteria: | |
User Input -- | |
The program will request the following data from the user:
|
|
Program Processing -- | |
|
|
Output -- | |
The following data will be displayed in a short report on the screen -- use a separate line
for each student's name, points earned and grade. Also separate the students from one
another with a blank line (as shown in
Programming Example #3)
|
|
At the end of the report, after all of the students have been listed, your program will:
The average requires your program to maintain a running total using a variable to accumulate the running total of points each student has obtained. Then, dividing this accumulator by the number of students (3) will produce the average total points |
|
In this assignment and the next, you will add at least 5 new comments to explain what you are doing in the program | |
When you are through coding your program, do the following: Second Part of Assignment 13 |