Question: Need assistance with java files for final project: collection manager. I just had cancer surgery and my final project suffered because of it. Is there

Need assistance with java files for final project: collection manager. I just had cancer surgery and my final project suffered because of it. Is there anyone who would be willing to provide me the completed project for the Collection Manager project. Here is what my professor requires. (I am close to failing this class due to the surgery, so help is much much appreciated)

Video: https://www.youtube.com/watch?v=BhkDnIjXVL8 Creating Javadoc: You will learn how to create Javadoc, which is required in your final project code. Javadoc is not a replacement for the code comments you've been writing all along; it works alongside them. You need to have both in the final project.

The final project should consist of these four files:

Ingredient.java

Recipe.java

RecipeBox.java

A unit test class; call this something like RecipeTest.java RecipeTest 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 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.

Review the Final Project Guidelines and Rubric document carefully. Ensure that your submission meets all the requirements before you submit. Read the rubric (grading) section so that you understand the criteria upon which you will be graded.

Whoever "anonymous" was that asked for the files, I can't send anything to you without your name or email address.

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!