I have a program to write: Wrtie a class MPG, which has two instance variables miles and gallons, three instance methods printmpg(), setmiles(float m) and setgallons (float g) and aconstructor MPG...