इन्क्लुद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<
if((Bacct[i].AccountNumber <> 9999)){
do {
cout<<"The account number is not valid"<
}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<
{
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"<
No comments:
Post a Comment