create an interface to calculate the amount that a customer pays for the taxi that he hires based on the following table
Taxi Travelled. Amount per(km)
first 10kMs. 30
next 20kms. 20
next 40kms. 15
Above 70kms. 12
Answers
Answered by
0
Answer:
create an interface to calculate the amount that a customer pays for the taxi that he hires based on the following table
Taxi Travelled. Amount per(km)
first 10kMs. 30
next 20kms. 20
next 40kms. 15
Above 70kms. 12
Similar questions