Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Management and Cost Accounting

Authors: Colin Drury

10th edition

1473748873, 9781473748910 , 1473748917, 978-1473748873

More Books

Students also viewed these Programming questions

Question

=+5. For the cost matrix of Exercise 3,

Answered: 1 week ago