Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Create a text based bank management system that allows a user to create a new account, update information of an existing account, view and

C++

Create a text based bank management system that allows a user to create a new account, update information of an existing account, view and manage transactions, check the details of an existing account, remove existing account and view customers list. (Adding comments can be helpful)

The system will utilize the following functions:

menu() This function displays the menu or welcome screen to perform different banking activities mentioned below.

new_acc() This function creates a new customer account. It asks for some personal and banking details of the customer such as name, date of birth, citizenship number, address and phone number. You can enter the amount to deposit and choose one type of deposit account saving, current, fixed for 1 year, fixed for 2 years or fixed for 3 years.

view list() With this function, you can view the customers banking information such as account number, name, address and phone number provided while creating the account.

edit() This function has been used for changing the address and phone number of a particular customer account.

transact() With this function, you can deposit and withdraw money to and from a particular customer account.

erase() This function is for deleting a customer account.

see() This function shows account number, name, date of birth, citizenship number,age, address, phone number, type of account, amount deposited and date of deposit. It also displays the amount of interest corresponding to a particular account type

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

Step: 3

blur-text-image

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

Modern Database Management

Authors: Fred R. McFadden, Jeffrey Slater, Mary B. Prescott

5th Edition

0805360549, 978-0805360547

More Books

Students also viewed these Databases questions