plsssssss urgent answer
Pls answer pls
Write a program to calculate the phone bill for a customer. For that, enter the customer id, total number of local calls and total number of STD calls. Rates of local and STD calls are given below. Calculate the total amount to be paid by the customer by adding the amount of local calls and STD calls and print it.
Rate for local calls = 1Rs./call
Rate for STD calls = 1.5 Rs./call
Amount of local calls = total number of local calls * rate
Amount of STD calls = total number of STD calls *rate
Total amount = amount of local calls + amount of STD calls
Answers
Answered by
0
Hope this answer will help you.
Attachments:
Similar questions