Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java program practice # 2 : The class contains an ArrayList of objects. Fastfood class into Meals Create a class named Meal using the UML.

Java program practice #2: The class contains an ArrayList of objects. Fastfood class into Meals
Create a class named Meal using the UML. The package name will have to change.
Only one instance field - an ArrayList of Fastfood
Add method: Adds a Fastfood class to the Meal class.
Get method: retrieves an instance of the Fastfood class at a specified position.
List method: returns all of the instances of Fastfood in the Meal class.
ListByPrice method: returns all the instances of Fastfood from the Meal class between a low price (floor) and a high price (ceiling).
SortByQuanity method: returns all the instances of Fastfood from the Mean class ordered by quantity (lowest to highest).
size method: returns a count of Fastfood in Meals.
findRestaurant method: returns the FIRST and only instance of Fastfood that matches the requested restaurant name. Be cautious of trailing blanks, you may
need to use the trim function.
Fastfood.java
MealTester.java
image text in transcribed

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

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions