Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 389 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 389 Bytes

Bank-Management-System

C++ prorgam to manage a banking system

To Compile

g++ compiler must be set up.

g++ Bank-Management-System.cpp

To Run

./a.out

Functions of the Program

01. Create Account

02. Deposit Money

03. Withdraw Money

04. Account Information

05. Close An Account

06. Modify An Account

07. All Account List