Question
Good Morning I need this exercise in Java . Create a program that accepts the miles driven (as a decimal) and the gallons used (as
Good Morning I need this exercise in Java .
Create a program that accepts the miles driven (as a decimal) and the gallons used (as a decimal). Calculate the miles per gallon and display the result (as a decimal). Read in the miles and gallons using the Scanner class. If 0 is entered in for the gallons used, display "Can not calculate." Do not print out anything requesting the miles or gallons. For testing, two decimal values will be entered into your program. Before submitting your file, don't forget to delete the line with the package information.
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