Question: In this exercise, you will create a program that displays the amount of a cable bill. The amount is based on the type of customer,
In this exercise, you will create a program that displays the amount of a cable bill. The amount is based on the type of customer, as shown in Figure 10-30. For a residential customer, the user will need to enter the number of premium channels only. For a business customer, the user will need to enter the number of connections and the number of premium channels. Use a separate void function for each customer type. If necessary, create a new project named Advanced23 Project, and save it in the Cpp8\Chap10 folder. Enter your C++ instructions into a source file named Advanced23.cpp. Also enter appropriate comments and any additional instructions required by the compiler. Test the program appropriately

Residential customers: Processing fee: Basic service fee: Premium channels: $5 per channel $4.50 $30 Business customers: Processing fee: Basic service fee: $80 for the first 5 connections; $4 for each additional connection Premium channels: $50 per channel for any number of connections $16.50 Figure 10-30
Step by Step Solution
3.40 Rating (166 Votes )
There are 3 Steps involved in it
Program include using nam... View full answer
Get step-by-step solutions from verified subject matter experts
