Question: Clunker Motors Inc. is recalling all vehicles from model years 1995-1998 and 2004-2006. Given a variable modelYear
Program: Write a statement that prints the message "Recall" to standard output if the value of modelYear falls within those two ranges.
Make this program using java programming. Make this application in simple way.