Miles Per Gallon - Online Code
Description
This code calculates the Miles per Gallon of fuel used by a vehicle and estimates its cost per litre.
Source Code
<HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function compute(form) { var milesPerMo = form.avgMiles.value *30.4; var mpgcalc = (form.milesDriven.value / form.gallons.va... (login or register to view full code)
To view full code, you must Login or Register, its FREE.
Hey, registering yourself just takes less than a minute and opens up a whole new GetGyan experience.
Related Online Codes:
Comments
No comment yet. Be the first to post a comment. |