Delete Recipe (Process View Control Flow Chart) - smashita/CoffeeMaker-2019 GitHub Wiki
State above show the process of Delete Recipe. The process involved:
- User choose to delete recipe
- System get the recipe name
- User select the number of recipe to delete
- If recipe to delete not equal to null, system will delete the recipe and the recipe is successfully deleted. Else, system will terminate.
- System terminate