Answered step by step
Verified Expert Solution
Link Copied!

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.

  1. 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)

  1. Prompt the user to input the vehicle information, miles-driven and gallons-of-gas-used
  2. If the user input is invalid, print an error message

Otherwise, calculate MPG

  1. Output the result including the vehicle information, mile-driven and gas-used
  2. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sybase Database Administrators Handbook

Authors: Brian Hitchcock

1st Edition

0133574776, 978-0133574777

More Books

Students also viewed these Databases questions