Tutorial#23 - Programming Example-3 (Cable Company Billing) Part-2 | C++ Programming by Coding Hub

Cable Company Billing: The purpose of this program is to calculate and print the billing amount. To calculate the billing amount, you need to know the customer for whom the billing amount is calculated (whether the customer is residential or business) and the number of premium channels to which the customer subscribes. In the case of a business customer, you also need to know the number of basic service connections and the number of premium channels. Other data needed to calculate the bill, such as the bill processing fees and the cost of a premium channel, are known quantities. The program should print the billing amount to two decimal places, which is standard for monetary amounts. See more on this site.... ☛ Source code download link: -------------------------------------------------------------------------------------------------------
Back to Top