Question: Hi, I am working on Java coding. My class is IT 511 from SNHU - Object Oriented Programming. I am working on a recipe collection
Hi, I am working on Java coding. My class is IT 511 from SNHU - Object Oriented Programming. I am working on a recipe collection manager and it is saying that I need to have a method for createNewRecipe within my recipe.java code but I already have one and I'm not entirely sure why I cannot get it to process that.
I have attached screenshots for both my method and where I am receiving an error. The error states; 'method createNewRecipe in class RecipeBox cannot be applied to given types;'


85 9 public static Recipe createNewRecipe () { double totalRecipeCalories = 0.0; 87 ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
