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
Step: 1
include iostream include conio class card char 30 name char 30 ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Management and Cost Accounting
Authors: Colin Drury
10th edition
1473748873, 9781473748910 , 1473748917, 978-1473748873
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App