My Class Register

class-register-clipboardFor this challenge we will create a program to be used by a teacher at a start of a lesson to take the register. The program will go through a class list and for each pupil in the list, will ask the teacher if the pupils is present (y) or absent (n).

The program will then output the total number of students in the class, the number of students present and the number of students who are absent.

Flowchart / Algorithm


We have designed the following flowchart for this program. This algorithm uses a list called pupils used to store the names of all the students in the class.
class-register-flowchart

Python Code


Your tasks is to type the Python code following the steps identified in the above flowchart.

unlock-access

Solution...

The solution for this challenge is available to full members!
Find out how to become a member:
➤ Members' Area

Did you like this challenge?

Click on a star to rate it!

Average rating 4.1 / 5. Vote count: 17

No votes so far! Be the first to rate this post.

As you found this challenge interesting...

Follow us on social media!

Tagged with: