Write a program for a banking system.The program shoudl allow 3 users to login to their account using a username and a password,then display a menu to allow a user to do the following :
Deposit into account
Withdraw from account
Display balance
Add interest
Exit
So this is what I wrote
#include <iostream>
Using namespace std ;
Int main()
{
string username1=john , password1=1234 ;