I`m trying to develop a program that will determine the cost of a vacation by car to a variety of locations. The program should ask the user to enter the distance to the vacation destination, the price of a gallon of gas and the number of miles per gallon used by the vehicle. The program will calculate and display the cost of using the vehicle for the trip. I`m trying to have the output screen look like this
Distance ===================== > 1120
Cost per gallon ================= > 2.75
Miles per gallon ================ > 15.9
The cost of using this vehicle for the trip will be ======= > 193.75