Question: Question 6 Simple Programming Problems using Python Note: maximum award of 15 marks. Applying object-oriented programming approach, write a program that would keep track of
Question 6 Simple Programming Problems using Python
Note: maximum award of 15 marks.
Applying object-oriented programming approach, write a program that would keep track of conference attendees. For each attendee, your program should keep track of the name, company, city address, phone number, and email address. Your program should allow users to do things such as add a new attendee, display information on an attendee, and list the names, phone numbers, and email addresses of all attendees from a given city. The attendee list should be stored in a file and loaded when the program starts.
Do the following to document your work:
- Name your program file using your college ID number, followed by the question number and then your firstname, separated by a dash. Example: 123456_Q6_Talal.py
- Your code, with appropriate comments
- Test each of the function of the program and provide screenshots of the outputs with appropriate labels and a short explanation for each.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
