Question: You are required to develop a program for a credit card company. The company does not have a mechanism to penalize the customer who
You are required to develop a program for a credit card company. The company does not have a mechanism to penalize the customer who has a pending credit card bill. To help the company, make a class-based program to implement new policy: If the customer fails to pay the credit card bill, the customer is charged with a 3% added tax on the payment. Your program must handle the following: 1) Create Instance of Customers (Name, Father Name, Age, amount_pending, bill_paid(bool)), 2) Create method called taxation() to charge extra 3% added tax on the current payment, 3) And create a method called displaypayment() to display payment pending for each customer.
Step by Step Solution
3.48 Rating (158 Votes )
There are 3 Steps involved in it
include iostream include conio class card char 30 name char 30 ... View full answer
Get step-by-step solutions from verified subject matter experts
