Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that asks the user to enter the vehicle information, number-of-miles-driven and gallons-of-gas-used, then calculates the cars miles-per-gallon (MPG) and prints the result.
- Write a program that asks the user to enter the vehicle information, number-of-miles-driven and gallons-of-gas-used, then calculates the cars miles-per-gallon (MPG) and 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: (JAVA PROGRAM)
- Prompt the user to input the vehicle information, miles-driven and gallons-of-gas-used
- If the user input is invalid, print an error message
Otherwise, calculate MPG
- Output the result including the vehicle information, mile-driven and gas-used
- If the MPG 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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started