CS192 Grantham WeeK5 Coding: Team Management OOP Style Assignment I coded a program for a team management roster last week. This week I need to convert my list to dictionary and while loop to for loop.
Team Management OOP Style
Your program for keeping track of team members is coming along, but now you want to be able to include phone numbers and jersey numbers along with your team member’s name. Modify your program from week 4 so that the program utilizes object-oriented programming to create a member object which can accept the player’s name, phone number, and jersey number. You will need to replace the list with a dictionary to help in locating objects for removal and editing. Again, File Access for long-term storage is not required for this assignment.
For this project:
You will submit your python code in either the original .py file, or copied into a .txt file.
A screenshot of your code having been executed (run). How to Take a Screenshot
Tips: While dictionaries resemble lists, remember that they are not the same! It is better to use FOR loops, not WHILE loops with index values.
Your class structure does not need a full set of accessor and mutator methods getName(), setName(newName), however it they will be helpful in the next week. print(‘Welcome to the Team Manager’)
memberList = []
while True:
print(‘===========Main Menu===========’)
print(‘1. Display Team Roster.’)
print(‘2. Add Member.’)
print(‘3. Remove Member.’)
print(‘4. Edit Member.’)
print(‘9. Exit Program.’)
choice = input(‘Selection > ‘)
i = 0
if choice == ‘1’:
for i in range(len(memberList)):
print(memberList[i], ” “)
elif choice == ‘2’:
name = input(“Enter new member name: “)
memberList.append(name)
phone = input(“Enter new member’s phone number: “)
memberList.append(phone)
jersey = input(“Enter new member’s jersey number:
“)
memberList.append(jersey)
elif choice == ‘3’:
name = input(‘Enter member name to be removed: ‘)
memberList.remove(name)
memberList.remove(phone)
memberList.remove(jersey)
elif choice == ‘4’:
name = input(‘Enter the name of the member you want to edit: ‘)
while True:
print(“===========Edit Member Menu===========”)
print(“4.1 Change Name of Member”)
print(“4.2 Change Member’s Phone Number.”)
print(“4.3 Change Member’s Jersey Number.”)
print(“4.4 Return to Main Menu”)
choice = input(‘Selection > ‘)
if choice == ‘4.1’:
newName = input(“Enter the new name of the member: “)
if choice == ‘4.2’:
newPhone = input(“Enter player’s new phone number:
if choice == ‘4.3’:
newJersey = input(“Enter player’s new jersey number:
“)
if choice == ‘4.4’:
break
for i in range(len(memberList)):
if memberList[i] == name:
memberList[i] = newName
if memberList[i] == phone:
memberList[i] = newPhone
if memberList[i] == jersey:
memberList[i] = newJersey
elif choice == ‘9’:
print(“Exiting program….”)
exit()
“)
Purchase answer to see full
attachment
Why should I choose Homework Writings Pro as my essay writing service?
We Follow Instructions and Give Quality Papers
We are strict in following paper instructions. You are welcome to provide directions to your writer, who will follow it as a law in customizing your paper. Quality is guaranteed! Every paper is carefully checked before delivery. Our writers are professionals and always deliver the highest quality work.
Professional and Experienced Academic Writers
We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.
Reasonable Prices and Free Unlimited Revisions
Typical student budget? No problem. Affordable rates, generous discounts - the more you order, the more you save. We reward loyalty and welcome new customers. Furthermore, if you think we missed something, please send your order for a free review. You can do this yourself by logging into your personal account or by contacting our support..
Essay Delivered On Time and 100% Money-Back-Guarantee
Your essay will arrive on time, or even before your deadline – even if you request your paper within hours. You won’t be kept waiting, so relax and work on other tasks.We also guatantee a refund in case you decide to cancel your order.
100% Original Essay and Confidentiality
Anti-plagiarism policy. The authenticity of each essay is carefully checked, resulting in truly unique works. Our collaboration is a secret kept safe with us. We only need your email address to send you a unique username and password. We never share personal customer information.
24/7 Customer Support
We recognize that people around the world use our services in different time zones, so we have a support team that is happy to help you use our service. Our writing service has a 24/7 support policy. Contact us and discover all the details that may interest you!
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
Our reputation for excellence in providing professional tailor-made essay writing services to students of different academic levels is the best proof of our reliability and quality of service we offer.
Essays
When using our academic writing services, you can get help with different types of work including college essays, research articles, writing, essay writing, various academic reports, book reports and so on. Whatever your task, homeworkwritingspro.com has experienced specialists qualified enough to handle it professionally.
Admissions
Admission Essays & Business Writing Help
An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.
Reviews
Editing Support
Our professional editor will check your grammar to make sure it is free from errors. You can rest assured that we will do our best to provide you with a piece of dignified academic writing. Homeworkwritingpro experts can manage any assignment in any academic field.
Reviews
Revision Support
If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.