hello everyone.
i'm developing a program from a department-store customerhas exceeded the credit limit on a charge account.for each of the following facts are available.account no,balance of the begining of the month,i total of all items charged by this customer,total of all credit applied to this customer.'m required to instal all the items using while loop.
so what i did is,
int enterInfo=0;
while(enterInfo<5) (x++);
do{
int account,startBalance,endBalance.allowed,credits,charges;
cout<<"enter account number";
cin>>account;
cout<<"enter credits applied to account";
cin>>credits;
cout<<"enter credit card charges";
cin>>charges;
cout<<"enter starting balance";
cin>>startbalance;
cout >>"credit limit?";
cin>>allowed;
so i don't know how to proceed and ene the program please someone help