Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 727 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 727 Bytes

This is lab work for Software Development subject at university.

The user of the program can create a recipe using either some previously introduced products, or adding new products. Initial list of products available in the program can either be empty or downloaded.

For each recipe, the following is indicated: name, surname, name, patronymic of the author (user), date of creation, list of products used.

After creating a new recipe, statistics are displayed 5 (or all, if less than 5) recipes of dishes with the largest number of products, and for each such recipe are displayed:

  • its author;
  • a list of products included in this dish;
  • the name of the product that is included in the largest number of other recipes.