Design the logic for a program that calculates the projected cost of an automobile trip. Assume that the user's car travels 16 miles per gallon of gas. The program should prompt the user for number of miles in the trip and the current price per gallon of gasoline. The program should then compute and display the cost of the trip. You should turn in pseudocode to show your logic.