Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PROGRAMINSTRUCTIONS: Create a program that calculates a customer's monthly cable bi The cable service is divided into 3 different subscription types. Each subscription has access
PROGRAMINSTRUCTIONS: Create a program that calculates a customer's monthly cable bi The cable service is divided into 3 different subscription types. Each subscription has access to Movies- On-Demand-HD which charges $7.00 per movie. Assume taxes are already in the cost of the service and the movies. The program as you're asked to code it doesn't recoup well from an invalid selection for the cable packages. You'll be asked to fix it in the next programming assignment. Service Basic Deluxe Cost and Description $35.00 a month for local channels, major TV networks, and Internet service $75.00 a month for local channels, major TV networks, major cable networks, and 100 channels plus Internet service Premium$110.00 a month for Deluxe services, on-demand services, plus 300 more channels to include HBO plus Internet service 1. Deveiop (pseudocode) your plan FIRST a. The prompts (to return press Alt then left arrow) tell you what input variables you will need b. The final output specifications will tell you the type of calculations you will need (if any) and whether you will need to declare additional variables. c. The sample output will tell you the order of logic for your code
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started