Southern New Hampshire University How to Submit a Collection Manager Program Project

In this module, you will submit the final project, the collection manager program responding the recipe scenario.

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

As you prepare your final project, be sure to use feedback from your instructor to revise your work from the final project milestones. You will also need to add a driver application to the program, such as the one you developed in Stepping Stone Lab Six.

Note, too, that the final project requires two types of documentation not included in earlier stepping stones or the final project milestones:

Inline comments directed toward software engineers about design decisions to facilitate the program’s ongoing maintenance

Application programming interface (API) documentation for your programmatic solution directed toward other software developers

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

To complete this assignment, review the

Final Project Guidelines and Rubric

document.

package SteppingStones;
import java.util.ArrayList;
import java.util.Scanner;
/**
* @author snhu.edu
*/
public class SteppingStone5_Recipe {
/*
* Set up the variables with their mutators and constructors.
*
*/
private String recipeName;
private int servings;
private ArrayList recipeIngredients = new ArrayList();
private double totalRecipeCalories;
public SteppingStone5_Recipe() {
this.recipeName = “”;
this.servings = 0; //

Still stressed from student homework?
Get quality assistance from academic writers!

Order your essay today and save 25% with the discount code LAVENDER