Design a program that prompts the user for a number
of miles driven and a current cost per gallon. The program computes and
displays the cost of the trip as well as the cost if gas prices rise by 10 percent.
The program accepts data continuously until 0 is entered for the number of
miles. Use appropriate modules, including one that displays End of program
when the program is finished.