C#
Project01
This was my first C# program (after a basic Hello World of course). The goal was to create basic arithmetic operations, do castings between data types, switch statements, and sorting in ascending order by brute force.
The Code I Created: