Hey There , Im pretty new to this site and , i hope im making this post right
I will have an exam this week and im practicng for it
Here is the task I have to do :
Implement the Recipes class, which handle food recipes (name, description). The class should have an add (add a new recipe), a delete (delete the given item), and a getItems (return the details of actually stored recipes as a String) method.
Here is the test file we were given by default, we have to pass all the test parts
My biggest problem is , that I' have no idea , how to store the recepies and names, i spent my whole day trying to create the (add a new recipe part ) but , i failed . I tried many option, but in every scenario, i either go over the expected size , or i dont store any data, Im not even sure, if my array type is should be String
If anyone can help a little , i would be really thankfull