Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

More Books

Students also viewed these Databases questions