Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

File metadata and controls

26 lines (19 loc) · 1.01 KB

Banking System

This is one of my homework assignments assigned in "Advanced Programming Techniques" course. The idea is to use file for input and output and implement all real world banking functions which include the following:

  • Account Creation
  • Deposit
  • Withdrawal
  • Show Transaction history
  • Balance Check
  • Close Account, etc.

Output

New Account:

New Account

Deposit:

Deposit

Withdrawal:

Withdrawal

Transaction History:

Transaction History

Account Information:

Account Information