Skip to content

Latest commit

 

History

History

milesPerGallonToKilometersPerLiter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Miles per gallon to kilometers per liter

8 kyu link to kata
my solution

Sometimes, I want to quickly be able to convert miles per imperial gallon (mpg) into kilometers per liter (kpl).

Create an application that will display the number of kilometers per liter (output) based on the number of miles per imperial gallon (input).

Make sure to round off the result to two decimal points.

Some useful associations relevant to this kata:

1 Imperial Gallon = 4.54609188 litres 1 Mile = 1.609344 kilometres