Question: CSIT 575-Programming Fundamentals for Computer Science Lab #3C Objectives . To learn to code, compile and run a SELECTION program Assignment Plan and code a
CSIT 575-Programming Fundamentals for Computer Science Lab #3C Objectives . To learn to code, compile and run a SELECTION program Assignment Plan and code a program to do the following: An Internet service provider has 3 different subscription packages for its customer: Package Hours of access provided Package A For 9.95 per month, 10 hours of access are provided Package B For $14.95 per month, 20 hours of access are provided Package C For $19.95 per month, unlimited access is provided Additional hours $2.00 per hour $1.00 per hour They need a program to calculate a customer's monthly bill. It should ask which package was purchased and how many hours were used. Input: Package purchased. Check that it is A, B or Number of hours used. Cannot exceed 200 Output: the bill. Include the package purchased, the number of hours used, the base charge, the hourly charges and the total. Sample input: Package A, usge 8 hours Package B, usage 25 hours Package C, usage 40 hours Package D Package A, usage 800 hours Bill Bill Bill Bill Bill Extra credit: If a Package A customer uses 30 hours, tell them how much money they would save by switching to Package B or C. Which is better? Turn in: Program listing and propram output. Label all output clearly Be sure your output file contains user prompts and what was entered by the user in addition to the results of your program processing. Run with above listed data. The instructor will give you additional data to test. Program documentation and the first line of your output file should include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
