Question
JAVA Recall 2! USING IF STATEMENT Write a program that reads a single token string that represents a car model (e.g. toyota, ford, fiat) and
JAVA
Recall 2! USING IF STATEMENT
Write a program that reads a single token string that represents a car model (e.g. toyota, ford, fiat) and an integer representing a year. (In this case there are no prompts from the program.) The program prints out RECALL if the car was a chevrolet or oldsmobile and the year was either during 1987-1998 (inclusive) or in any odd-numbered year after 2004 and NO RECALL otherwise.REMINDER: the program's output are shown here in bold; the user's data entry is shown here in italics. Sample Interactive Run 1: chevrolet 1994 RECALL Sample Interactive Run 2: volvo 2009 NO RECALL Sample Interactive Run 3: honda 2009 NO RECALL Sample Interactive Run 4: oldsmobile 2001 NO RECALL
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