Mobile Service Provider, Part 2
Modify the program you wrote for Programming Challenge 11 so it also calculates and displays the amount of money Package A customers would save if they purchased packages B or C, and the amount of money package B customers would save if they purchased package C. If there would be no savings, no message should be printed.
Reference : Programming Challenge 11
Mobile Service Provider
A mobile phone service provider has three different subscription packages for its customers:
Design a class that calculates a customer’s monthly bill. It should store the letter of the package the customer has purchased (A, B, or C) and the number of minutes that were used. It should have a method that returns the total charges. Demonstrate the class in a program that asks the user to select a package and enter the number of minutes used. The program should display the total charges.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.