Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 231 Bytes

A console application developed on Visual Studio using C# dotNET.

This application has helped me learn the following C# concepts:

  1. While...
  2. Switch...case
  3. Variables
  4. if statements
  5. for loop
  6. and other basic concepts