Skip to content

This implements a real world banking system where accounts can withdraw deposit and check balance, It also includes the different types of accounts(saving, trust and a checking(current) account. GUI to be implemented soon

Notifications You must be signed in to change notification settings

victor-komolafe/BANKING_ACCOUNT_SYSTEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#THIS IS THE BACKEND SOFTWARE A SIMPLE BANKING SYSTEM.

IT CONSISTS OF THREE FUNCTIONALITIES;

  1. WITHDRAW
  2. DEPOSIT
  3. PRINT ACCOUNT DETAILS(ACCOUNT TYPE, USERNAME, BALANCE )

IT CONSISTS OF THREE TYPES OF ACCOUNTS FOR WHICH A PERSON COULD HAVE;

  • A SAVINGS ACCOUNT(adds a particular int_rate to each withdrawal)
  • A CHECKING ACCOUNT(reduces a certain amount for each withdrawal)
  • A TRUST ACCOUNT(only allows maximum of 3 withdrawals where each can be only a max of 20% of accounts alue)

The Output of the Main.cpp can be seen below OUTPUT

About

This implements a real world banking system where accounts can withdraw deposit and check balance, It also includes the different types of accounts(saving, trust and a checking(current) account. GUI to be implemented soon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors