An open API service indexing awesome lists of open source software.

https://github.com/avincodes/c_sharp

This Repository holds all the code snippets used to practice C#.
https://github.com/avincodes/c_sharp

Last synced: 12 months ago
JSON representation

This Repository holds all the code snippets used to practice C#.

Awesome Lists containing this project

README

          

# C Sharp
This repository will be used to store the basic programs I use to learn C#.

1. Odd or Even: A simple program to find out if a input give by a user is odd or even.
2. Basic Calaculator: A simple command line based application that can be used to carry out basic mathematical functions for upto 3 numbers.
3. Classes Example: C# program to learn how classes work.