Create class clothing that has at least 5 fields. Create an array of class objects, sort array by one field in ascending order, and by another - in descending one.
- Make sure you have .NET SDK installed
- Go to folder containing .csproj file:
cd path/to/your/project
- Build the project:
dotnet build
- Run the project:
dotnet run