design a class program in java to calculate the discount given to a customer on purchasing LED television . the program also displays the amount paid by the customer after discount . The details are given as: class name : televisionData members:int cost,int discount,int amount Accept ():to input the cost of television Calculate the discount Display():to show the discount and the amount paid after discount
Answers
Answered by
0
design a class program in java to calculate the discount given to a customer on purchasing LED television . the program also displays the amount paid by the customer after discount . The details are given as: class name : televisionData members:int cost,int discount,int amount Accept ():to input the cost of television Calculate the discount Display():to show the discount and the amount paid after discount
Similar questions