By using Loop in c++, you are responsible to develop a Credit Limit Calculator, which will determine if their customer 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 this customer this month d) Total of all credits applied to this customer's account this month e) Type of Membership: SVIP(S), VIP(V) and Basic(B) Your program should input each for these facts, calculate the new balance (= beginning balance + charges - credit), and determine if the new balance exceeds the customer's credit limit. The customer's credit limit is based on their membership type as below:- Type of Membership SVIP (S) VIP (V) Basic (B) Credit Limit (HK$) 20,000 10,000 5,000 For those customers whose credit limit is exceed, the program should display the customer's account number, type of membership, credit limit, new balance and the message "Credit Limit" exceeded. Sample Run: Enter account number (-1 to end): 102045210 Enter beginning balance: 53900.00 Enter total charges: 5000.00 Enter total credits : 1020.00 Enter type of menbership (S for Super VIP; v for VIP; B for Basic) : S Account: 102045210 Credit limit: 20000.00 Balance: 57880.00 Credit Limit Exceeded. Enter account number ( -l to end ): 201022128 Enter beginning balance: 1020.00 Enter total charges: 2000.00 Enter total credits : 502.00 Enter type of menbership ( s for Super VIP; V for VIP; B for Basic: B Enter account number ( -1 to end ) : -1

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
By using Loop in c++, you are responsible to develop a Credit Limit Calculator, which will determine if
their customer 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 this customer this month
d) Total of all credits applied to this customer's account this month
e) Type of Membership: SVIP(S), VIP(V) and Basic(B)
Your program should input each for these facts, calculate the new balance (= beginning balance
+ charges - credit), and determine if the new balance exceeds the customer's credit limit. The
customer's credit limit is based on their membership type as below:-
Type of Membership
SVIP (S)
VIP (V)
Basic (B)
Credit Limit (HK$)
20,000
10,000
5,000
For those customers whose credit limit is exceed, the program should display the customer's
account number, type of membership, credit limit, new balance and the message "Credit Limit"
exceeded.
Sample Run:
Enter account number ( -1 to end): 102045210
Enter beginning balance: 53900.00
Enter total charges: 5000.00
Enter total credits : 1020.00
Enter type of membership (S for Super VIP; V for VIP; B for Basic) : s
Account:
102045210
Credit limit: 20000.00
Balance: 57880.00
Credit Limit Exceeded.
Enter account number ( -1 to end ): 201022128
Enter beginning balance: 1020.00
Enter total charges: 2000.00
Enter total credits : 502.00
Enter type of membership ( S for Super VIP; V for VIP; B for Basic: B
Enter account number ( -1 to end ): -1
Transcribed Image Text:By using Loop in c++, you are responsible to develop a Credit Limit Calculator, which will determine if their customer 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 this customer this month d) Total of all credits applied to this customer's account this month e) Type of Membership: SVIP(S), VIP(V) and Basic(B) Your program should input each for these facts, calculate the new balance (= beginning balance + charges - credit), and determine if the new balance exceeds the customer's credit limit. The customer's credit limit is based on their membership type as below:- Type of Membership SVIP (S) VIP (V) Basic (B) Credit Limit (HK$) 20,000 10,000 5,000 For those customers whose credit limit is exceed, the program should display the customer's account number, type of membership, credit limit, new balance and the message "Credit Limit" exceeded. Sample Run: Enter account number ( -1 to end): 102045210 Enter beginning balance: 53900.00 Enter total charges: 5000.00 Enter total credits : 1020.00 Enter type of membership (S for Super VIP; V for VIP; B for Basic) : s Account: 102045210 Credit limit: 20000.00 Balance: 57880.00 Credit Limit Exceeded. Enter account number ( -1 to end ): 201022128 Enter beginning balance: 1020.00 Enter total charges: 2000.00 Enter total credits : 502.00 Enter type of membership ( S for Super VIP; V for VIP; B for Basic: B Enter account number ( -1 to end ): -1
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY