Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

AWS Certified Database Study Guide Specialty DBS-C01 Exam

Authors: Matheus Arrais, Rene Martinez Bravet, Leonardo Ciccone, Angie Nobre Cocharero, Erika Kurauchi, Hugo Rozestraten

1st Edition

1119778956, 978-1119778950

More Books

Students also viewed these Databases questions

Question

What is Change Control and how does it operate?

Answered: 1 week ago

Question

How do Data Requirements relate to Functional Requirements?

Answered: 1 week ago