You're driving to a new city for a small weekend trip. Write a function named getGasolineAmount
that receives 2 numbers as parameters:
The function should return the amount of gasoline needed to complete the entire round-trip.
distance
=consumptionPer100Km
=The round-trip is 256km so we need 16.384 liters of gasoline for it.