Develop a C# app that will determine whether any of several department- store customers has exceeded the

Question:

Develop a C# app that will determine whether any of several department- store customers has exceeded the credit limit on a charge account. For each customer, the following facts are available:
a) Account number,
b) Balance at the beginning of the month,
c) Total of all items charged by the customer this month,
d) Total of all credits applied to the customer’s account this month and
e) Allowed credit limit.
The app should input all these facts as integers, calculate the new balance (= beginning balance + charges – credits), display the new balance and determine whether the new balance exceeds the customer’s credit limit. For those whose credit limit is exceeded, the app should display the message "Credit limit exceeded". Use sentinel-controlled iteration to obtain the data for each account.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Visual C# How to Program

ISBN: 978-0134601540

6th edition

Authors: Paul J. Deitel, Harvey Deitel

Question Posted: