Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Can I help with writing a pseudo code for managing a collection of recipes.?

Can I help with writing a pseudo code for managing a collection of recipes.?

The three classes needs to be included are

one for the main recipe items :

The collection should use a list data structure to store the individual items. The colelction class should include methods like addItem(), printItem(), and deleteItem() that allow you to add, print, or delete items from your collection of items.

second for the ingredients that are part of the recipe:

The ingredient class will model the items that will be stored in each recipe in the collection. Need to provide some basic attributes (of numeric or string types)

and some basic methods (accessors/mutators, printItemDetails(), etc.).

Third one for the entire collection of recipes.: The Recipe class will start off similar to your Ingredient class, but you will increase its functionality by modifying it to accept the Ingredient objects, containing

all the details stored in an Ingredient class object. You will also expand the Recipe class by adding recipe-specific methods to your Recipe class.

The pseudo code should address the below goals.

Analyze the problem your program will solve. This analysis will inform your code logic as you consider how to solve the problem.

B. Break the problem down into distinct steps of pseudocode that will solve the problem.

C. Create variables to track the various elements in the pseudocode; use control structures such as branching or looping.

D. Use natural language to work through the problems.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question