Question: Create a Python program that: Collects the user's: Truck make Truck model year Truck model Number of miles driven on the last trip Amount of
Create a Python program that: Collects the user's: Truck make Truck model year Truck model Number of miles driven on the last trip Amount of fuel used on the last trip (gallons) Calculates fuel mileage achieved on the trip (miles/fuel used) Display the vehicle's model year, make, and model on a single line separated by spaces Display fuel mileage on a separate line Supplemental Information: The program should: Use variables with meaningful names Display easily understood prompts when collecting user input Have appropriate comments indicating what each part of the program is doing Have a comment area at the beginning of the program identifying the author of the program and the class it was created for
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
