Question: Java program 2. Write a program that asks the user to enter the vehicle information, number of-miles-driven and gallons of gas used, then calculates the
Java program

2. Write a program that asks the user to enter the vehicle information, number of-miles-driven and gallons of gas used, then calculates the car's miles per gallor prints the result. The program also prints a message indicating whether or not the MPG is above, or below, or equal to the national average. The requirements are as follows a. Prompt the user to input the vehicle information, miles-driven and gallons-of.gas-used b. If the user input is invalid, print an error message calculate MPG c. Output the result including the vehicle information, mile-driven and gas-used d. If the MPS is more than 24, print a message indicating that it is above national average Otherwise, print a message indicating that it is equal to or below national average e. Use System.out.printf method to format the decimal places Sample Run: View as Page o search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
