Question: I am looking for the 4 java files for my final project called Recipe Collection Manager. The professor has stated that the final project should

I am looking for the 4 java files for my final project called "Recipe Collection Manager". The professor has stated that the final project should consist of 4 .java files called Ingredient.java, Recipe.java, RecipeBox.java, and RecipeTest.java.

The RecipeTest.java should have a public static void main() method that runs through the end-to-end process of creating recipes in a recipe box using ingredients. It is a unit test, so it won't be prompting the user for input. Instead, you will hard-code sample values in RecipeTest (like we did with sandwiches in the milestone deliverable).

RecipeBox.java should have a public static void main() method that prompts a user to enter one or more recipes into the RecipeBox's list of recipes. Remember that recipe boxes are composed of recipes, and recipes are composed of ingredients, so the program will need to prompt for all the necessary Ingredient info in order to build recipes and Recipe info to build out the RecipeBox.java.

I hope this is clear. I'm just looking to have a program that works correctly and consists of these 4 files I can turn in.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!