Mobile Service Provider
A mobile phone service has three different subscription packages for its customers:
Package A: For $39.99 per month, 450 minutes are provided. Additional usage costs $0.45 per minute.
Package B: For $59.99 per month, 900 minutes are provided. Additional usage costs $0.40 per minute.
Package C: For $69.99 per month, unlimited minutes are provided.
Write a program that calculates a customer’s monthly bill. It should input customer name, which package the customer has purchased, and how many minutes were used. It should then create a bill that includes the input information and the total amount due. It should also display much money Package A customers would save if they purchased package B or C, and how much money package B customers would save if they purchased package C. If there would be no savings, no message should be printed. Wherever possible, use named constants instead of numbers.
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.