Skip to content

Kirillbiliashov/cs-2023-lab5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs-2023-lab5

Lab task

Define hierarchy of vegetables. Create a salad. Calculate salad calories. Sort salad vegetables based on one of the parameters. Find salad vegetable that matches given calorie range. Create at least 3 classes that derive from vegetable class.

How to launch

  1. Make sure you have .NET SDK installed
  2. Go to folder containing .csproj file: cd path/to/your/project
  3. Build the project: dotnet build
  4. Run the project: dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages