Tuesday, February 17, 2009

BANK CCOUNT INFORMATION

visit http://codes.coursewhiz.org/?f=cpp_bankAcct for a clear view
इन्क्लुदe
#include
#include
#include
using namespace std;


#include "header.h"
using namespace std;
struct BankAccount
{
int AccountNumber;
double AccountBalance;
};
int main()
{
/*************Bank Account header***************************/
cout<<"\t\t\tBANK ACCOUNT INFORMATION"; cout<>Bacct[i].AccountNumber;
if((Bacct[i].AccountNumber <> 9999)){
do {
cout<<"The account number is not valid"<>Bacct[i].AccountNumber;
}while( (Bacct[i].AccountNumber <> 9999) );
}
cout<<"and account balance :$"; cin>>Bacct[i].AccountBalance;
if(Bacct[i].AccountBalance <>>Bacct[i].AccountBalance;
}while( Bacct[i].AccountBalance <>>transAmt;
cout< 100000)
{
cout<<" WARNING: The transfer caused the balance in the second account to arise above $100,000," " which is the highest amount that is federally insured"<