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#.
- Host: GitHub
- URL: https://github.com/avincodes/c_sharp
- Owner: avincodes
- Created: 2021-09-10T10:20:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T14:55:26.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T03:41:24.965Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.