Take a look in the code and see how messy it is.
You can run the console application to see the output in the console.
To do that, you can use your IDE buttons/options or via terminal, executing the following command:
before executing the command,
cd
to this repository root directory
dotnet run --project ./StrategyPattern/StrategyPattern.WithoutPattern/StrategyPattern.WithoutPattern.csproj
Now lets see the code using the strategy pattern 👇