Question
This is on spyder. So, this is a program only for the account manager, not members. And it is only for a credit card company,
This is on spyder.
So, this is a program only for the account manager, not members. And it is only for a credit card company, not about banks. EX. If Joe Doe gets a credit card, I need to enter his name, his account number, his maximum credit amount, and his current balance.
The program should be designed for an account manager and should have a menu allowing the manager to do these actions, including quitting the program.
Design and develop a charge account (VISA, Mastercard, etc.) simulation that supports the following:
o Opening/closing an account
o Card charges
o Receiving payments
o Maintaining information of all accounts
o Printing account information for an individual
o Printing account information for all accounts
You must incorporate the following skills:
o Classes
o Functions
o Conditional
o Loops (Both for loop and while loop)
o Lists (including at least 1 list method)
o Dictionaries (including at least 1 dictionary method)
o String methods (including at least 1 string method)
You must use proper naming conventions and include docstrings for each function and comments where necessary.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started