0
Scenario: Develop a c++ program to manage a collection of recipes.
Scenario: Develop a c++ program to manage a collection of recipes. The system should allow users to add recipes, search for recipes by name, display all recipes, and update recipe details. Requirements: 1. Array of Recipes: Use arrays to store recipe names, ingredients, and instructions. 2. User Inputs: Capture recipe information using methods. 3. Methods: o addRecipe(): Adds a new recipe. o searchRecipe(): Searches for a recipe by name. o displayRecipes(): Displays all recipes with their details. o updateRecipe(): Updates the details of a recipe. 4. Control Structures and Loops: Use loops and control structures for managing recipes. 5. Continuation Option: Allow the user to continue managing recipes or exit the program
2 Antworten
+ 2
Seleman Kavuye ,
it is not quite clear what kind of issue or question you exactly have.
your post looks like a description for a project. if you need help, you should be more spdcific, also you should show your code here.
0
SoloLearn's C++ courses could greatly help you develop this kind of program.