Question: a. Write an application for Cody's Car Care Shop that shows a user a list of available services: oil change, tire rotation, battery check, or
a. Write an application for Cody's Car Care Shop that shows a user a list of available services: oil change, tire rotation, battery check, or brake inspection. Allow the user to enter a string that corresponds to one of the options, and display the option and its price as $25, $22, $15, or $5, accordingly. Display an error message if the user enters an invalid item. Save the file as CarCareChoice.java.
b. It might not be reasonable to expect users to type long entries such as "oil change" accurately. Modify the CarCareChoice class so that as long as the user enters the first three characters of a service, the choice is considered valid. Save the file as CarCareChoice2.java.
Java Programming 8th Edition
Chapter 8 Exercise 3a-b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
