Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Step: 3

blur-text-image

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

Visual Basic Net Database Programming

Authors: Rod Stephens

1st Edition

0789726815, 978-0789726810

More Books

Students also viewed these Databases questions