In this example, you will learn how to Find the LCM value of two numbers entered by user in C#...
Tag - C# Console Examples
Algorithm to Find GCD of Two Numbers in C#
In this program, we’ll learn to find Greatest Common Divisor (GCD) of two numbers in C#. The HCF or...
Simple Calculator in C# Console Using Switch Case
In this program we will learn how to make a simple calculator using switch case that performs...
C# Program to Calculate Area and Perimeter of Square
To find the perimeter of a square, just add up all the lengths of the sides. The area of a square:...
C# Program to Calculate Area and Perimeter of Rectangle
To find the area of a rectangle or a square you need to multiply the length and the width of...
Integral Calculator in C# Console
Integration can be used to find areas, volumes, central points and many useful things. But it is...