Log in

View Full Version : Visual basics, calculate how many miles per gallon


ingramdr
Feb 25, 2010, 11:22 PM
Using visual basic, need to create an application that calculates cars gas mileage

steadysimple
Mar 28, 2010, 07:40 PM
1) You need to know:
i. How much gas per mile OR
ii. How much mile per 1 liter gas?
2) Then, use basic arithmetic to solve it (+,-,/,*).