Computer Science, asked by jaysp2005, 2 months ago

A taxi metre follows the following method of billing:

Rs.20 for the first kilometre

Rs.10 per km for the next 5 kilometres.

Rs.12 per km for the next 10 kilometres.

Rs.15 per km for above 16kms.

Write a program to generate the bill of the customer

Answers

Answered by amarksma
0

Explanation:

Rs.20 for the first kilometre

Rs.10 per km for the next 5 kilometres.

Rs.12 per km for the next 10 kilometres.

Rs.15 per km for above 16kms.

Similar questions