Write a C++ program to calculate the bill for Malaysia SuperBand's customers. It starts by asking for the number of customers. For each customer it will then ask for their name, their package type and the amount of data used. It then displays the amount tobe paid by thecustomer. The program will call thefunction in (a) toperform related tasks. At the end, the program will display the total amount to be collected from all customers, the number of customers for each package type and the name of the customer who has to pay the highest amount.
Comments
Leave a comment