Question:
Jake has a car with an 8-gallon fuel tank. Jake fills his tank with gas and then drives 60 miles to a friend’s house. When he gets to his friend’s house, he has 6 gallons left in his fuel tank. Write a program in Python that uses three input elements to enter values for tank size, miles traveled, and gallons left. The program should calculate and display how many miles Jake can drive on a full tank of gas. You may use intermediate variables (other than the input and output variables to help with the calculation).
Leave a comment