Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JAVA language In-class Exercise 4: Food The food's name, and type (ie. Meat, vegetable, dairy, etc) Method eatlt (), returns a String message, indicating you
JAVA language
In-class Exercise 4: Food The food's name, and type (ie. Meat, vegetable, dairy, etc) Method eatlt (), returns a String message, indicating you just ate the food. Ex. "You just ate the banana." Method denylt(), returns a String message, indicating you won't eat this type of food. EX. "Not eating that! I hate vegetables!" - In your Main class, create at least three instances of your Food class, and add them all to an object array called picnicBasket. Write code to go through each food in your picnic basket, one at a timeStep 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