Answer:
Using Java:
if ((modelYear >= 2001) && (modelYear <= 2006)) {
System.out.println("RECALL");
}
Step-by-step explanation:
Assumption: the variable modelYear is given, it is an integer and exists in memory.
5.2m questions
6.8m answers