Skip to content

My Programming Project Banking System Project in CPP using class (public and private) + File Operator Concepts + Functions + Switch Cases.

Notifications You must be signed in to change notification settings

jayambe36/SRP-Banking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRP-Banking-System

My Programming Project Banking System Project in CPP using class (public and private) + File Operator Concepts + Functions + Switch Cases.

Banking System Output
*****SRP Banking System*****

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 1
Enter First Name : Smit
Enter Last Name : PATEL
Enter initil Balance : 25000

Congratulation! Account is Created :) 

Account Details
First Name : Smit
Last Name : PATEL
Account Number : 1
Balance : 25000

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 1
Enter First Name : Kelly
Enter Last Name : AQUA
Enter initil Balance : 50000

Congratulation! Account is Created :) 

Account Details
First Name : Kelly
Last Name : AQUA
Account Number : 2
Balance : 50000

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 2
Enter Account Number : 1
Enter Balance : 5000

5000 Amount is Deposited :) 

Your Account Details
First Name : Smit
Last Name : PATEL
Account Number : 1
Balance : 30000

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 2
Enter Account Number : 2
Enter Balance : 500

500 Amount is Deposited :) 

Your Account Details
First Name : Kelly
Last Name : AQUA
Account Number : 2
Balance : 50500

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 3
Enter Account Number : 1
Enter Balance : 500

500 Amount Withdrawn :) 

Your Account Details
First Name : Smit
Last Name : PATEL
Account Number : 1
Balance : 29500

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 3
Enter Account Number : 2
Enter Balance : 100

100 Amount Withdrawn :) 

Your Account Details
First Name : Kelly
Last Name : AQUA
Account Number : 2
Balance : 50400

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 1
Enter First Name : Roman
Enter Last Name : REIGNS
Enter initil Balance : 40000

Congratulation! Account is Created :) 

Account Details
First Name : Roman
Last Name : REIGNS
Account Number : 3
Balance : 40000

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 6

Account Details

Record 1
Record First Name : Smit
Last Name : PATEL
Account Number : 1
Balance : 29500

Record 2
Record First Name : Kelly
Last Name : AQUA
Account Number : 2
Balance : 50400

Record 3
Record First Name : Roman
Last Name : REIGNS
Account Number : 3
Balance : 40000


Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 5
Enter Account Number : 3

Account Deleted Successfully!!!
First Name : Roman
Last Name : REIGNS
Account Number : 3
Balance : 40000

Account is Closed!!!


Account Details

Record 1
Record First Name : Smit
Last Name : PATEL
Account Number : 1
Balance : 29500

Record 2
Record First Name : Kelly
Last Name : AQUA
Account Number : 2
Balance : 50400


Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 6

Account Details

Record 1
Record First Name : Smit
Last Name : PATEL
Account Number : 1
Balance : 29500

Record 2
Record First Name : Kelly
Last Name : AQUA

Account Number : 2
Balance : 50400

Select one option below

	(1) Open an Account
	(2) Deposit
	(3) Withdrawal
	(4) Balance Enquiry
	(5) Close an Account
	(6) Show All Accounts
	(7) Quit

Enter Your Choice : 7

About

My Programming Project Banking System Project in CPP using class (public and private) + File Operator Concepts + Functions + Switch Cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages