I need to calculate Miles Per Gallon of a trip. Basically taking user input of miles consumed, starting and ending mileage. The program works find, but my question is more of which variable type should I use. I converted all input strings to double to give a more precise answer but then the answer given in the end is long if it doesn't divide easily. Should I stick with what I have or go for integers all the way through?