This repository contains a collection of beginner-level C# projects to help me practice and improve programming skills. Each project focuses on specific concepts and challenges commonly encountered when learning C#.
Project List
- BasicCalculator: A simple console-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
- CalculateCircumference: A program that calculates the circumference of a circle based on its radius. It demonstrates basic mathematical calculations.
- CheckFactorial: A C# program to calculate the factorial of a given number. It showcases looping and basic control flow.
- CheckRightangle: A program that checks if a given set of three numbers forms a right-angled triangle. It demonstrates conditional statements.
- GroceryShopBilling System: A simple console-based grocery shop billing system. It allows you to add items to a cart and calculate the total bill.
Getting Started
- Clone this repository
- Open the project folder corresponding to the project you want.
- Build and run the project to test and explore its functionality.
Thank you