| Krystina 2006-02-27, 10:50 pm |
| Can someone please give ma an idea how to start with this problem ?
Develop a C program that will determine if a department store customer has exceeded the credit limit on a charge account. For each customer, the following facts are availabel:
1. Account number
2. Balance at the beginning of the month
3. Total of all items charged by this customer this month
4. Total of all credits applied to this customer's account this month
5. Allowed credit limit
The program should input each of these facts, calculate the new balance = beginning balance + charge - credits, and determine if the new balance exceeds the customer's credit limit. For those customers whose credit limit is exceeded, the program should display the customer's account number, credit limit, new balance and the message "Credit limit exceeded".
Thanks :kiss:
-Krystina- |