Access over 20 million homework & study documents

2 2 stepping stone lab one pseudocode for your program

Content type
User Generated
Rating
Showing Page:
1/4

Sign up to view the full document!

lock_open Sign Up
Showing Page:
2/4

Sign up to view the full document!

lock_open Sign Up
Showing Page:
3/4

Sign up to view the full document!

lock_open Sign Up
End of Preview - Want to read all 4 pages?
Access Now
Unformatted Attachment Preview
2-2 Stepping Stone Lab One: Pseudocode for Your Program Melody Ratliff IT 511: Object Oriented App Develop Southern New Hampshire University Professor Daniel Neal 1. Solve the Problem: Create a program that commands a group of items that need being organized and managed. The program requires: a. A group of existing items that are stored in a list b. The ability to create a new recipe and include that into the group c. Let the user see the recipes d. Allow the user to be able to make their own adjustments to that recipe e. Let the user remove recipes from the group 2. Analysis: In order for the program to execute correctly, 3 classes need to be created a. recipeContainer: this class contains all of the Recipes objects. Methods that will be included in this class are: addRecipe(), deleteRecipe(), and editRecipe(). b. recipeItems: this class will generate the recipe objects such as the names of the different recipes. c. ingredientItem: Finally, this class will give form to the items stored in the collections. It will create ingredientItem objects such as measure, name, quantity. 3. Logic: When the program is executed, the recipeContainer will be created to store all the recipeItems. ...
Purchase document to see full attachment
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Anonymous
Goes above and beyond expectations!

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Similar Documents