Question: Program both problems in one main method. Use at least one switch statement in your code. Test your program with data that tests all branches
Program both problems in one main method. Use at least one switch statement in your code. Test your program with data that tests all branches of your decision statements. Store constant values in final variables. 1. An Internet provider has three different subscriptions packages for its customers: For $9.95 per month 10 hours of access are provided. Additional hours are $2.00 per hour Package A: For $13.95 per month 20 hours of access are provided. Additional hours are $1.00 per hour. Package B: For $19.95 per month unlimited access is provided. Package C: Write a program that calculates a customer's monthly bill. It should ask the user to enter the letter of the package the customer has purchased (A, B, or C) and the number of that were used. It should then display the total charges. 2, Modify the program you wrote for problem #1 so it also calculates and displays the amount of money Package A customers would save if they purchased Package 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
