Final Project Details: For your final project submission, youshould add a menu item and a method to access the custom method youdeveloped for the Recipe class based on the Stepping Stone 5 Lab.Here is the Recipe class code:
package recipe.collection;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author
*/
public class Recipe {
private String recipeName;
private int servings;
private ArrayListrecipeIngredients;
private double totalRecipeCalories;
/**
*
*/
public Recipe() {
this.recipeName =””;
this.servings = 0;//<— assignment value with appropriate data type
this.recipeIngredients =new ArrayList(); //<– assignment value for emptyArrayList
this.totalRecipeCalories= 0;
}
/**
*This is the recipe class and in thisclass the user can print the recipe and
PayPal Gateway not configured
PayPal Gateway not configured