Question: Please code in C++ (Credit Limit Caleulator) Develop a Ct+ program that will determine whether a depart ment-store customer has exceeded the credit limit on
Please code in C++

(Credit Limit Caleulator) Develop a Ct+ program that will determine whether a depart ment-store customer has exceeded the credit limit on a charge account. For each customer, the fol lowing facts are available: a) Account number (an integer) b) Balance at the beginning of the month c) Total of all items charged by this customer this month d)Total of all credits applied to this customer's account this month e) Allowed credit limit The program should use a while statement to input each of these facts, calculate the new balande ( beginning balance charges credits) and determine whether the new balance exceeds the cus tomers credit limit. For those customers whose credit limit is exceeded, the program should display message "Credit Limit Excccded." the customers account number, credit limit, new balance and the
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
