Skip to content

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#.

Notifications You must be signed in to change notification settings

Bilal025/CSharp-beginner-practice

Repository files navigation

CSharp Beginner Practice

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

  1. BasicCalculator: A simple console-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
  2. CalculateCircumference: A program that calculates the circumference of a circle based on its radius. It demonstrates basic mathematical calculations.
  3. CheckFactorial: A C# program to calculate the factorial of a given number. It showcases looping and basic control flow.
  4. CheckRightangle: A program that checks if a given set of three numbers forms a right-angled triangle. It demonstrates conditional statements.
  5. 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

  1. Clone this repository
  2. Open the project folder corresponding to the project you want.
  3. Build and run the project to test and explore its functionality.

Thank you

About

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#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages