Skip to content

Instantly share code, notes, and snippets.

View LotuxPunk's full-sized avatar
💾
Backup your saves !

Clément Vandendaelen LotuxPunk

💾
Backup your saves !
View GitHub Profile
function calculateFuel() {
let anotherVehicle = "yes";
const mpg = 4.54609;
do {
let carsMPG = prompt('Please enter your vehicles average fuel consumption (MPG): ', 0);
let journeyLength = prompt('Please enter the milage of your trip to college per day: ', 0);
let fuelcostPerLitre = prompt('Please enter the amount you pay for fuel per litre: ', 0);