Skip to content

Bank Application Demo in .NET Console Application using C++ using File handling to store data.

Notifications You must be signed in to change notification settings

vatsal121/bankapp-demo-c-plus-plus

Repository files navigation

bankapp-demo-c-plus-plus

Bank Application Demo in .NET Console Application using C++ using File handling to store data.

Description:

Create a prototype of a program that simulates a bank. More precisely, the program should be able to store the family name and given name of a client, their unique account number (a number between 10000 and 10099), and the balance of their account.

The program should display a menu with the following options:

1. Add a bank account.
2. Remove a bank account. (optional)
3. Display the information of a particular client’s account. (by account number)
4. Apply a deposit to a particular account. (by account number)
5. Apply a withdrawal from a particular account. (by account number)
6. Sort and display the list of clients according to their balance, family name and given name, in ascending or descending order.
7. Display the average balance value of the accounts.
8. Display the total balance value of the accounts.
9. Exit the application.

Remarks:

• The maximum number of accounts for this application is 100 accounts.
• All input must be validated.
• Each task out of the various functionalities should be delegated to an appropriate function.

More Details

-Download and open the 'Practical project Banking system.docx' file.

Created by Vatsal Chauhan and Meet Patel

About

Bank Application Demo in .NET Console Application using C++ using File handling to store data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages