This tutorial demonstrates how to get two inputs from the user within a Console Application. We...
Category - Basic
C# Calculating Area and Perimeter of Pentagon
For calculate the area of a pentagon, “a” and “r” length must be known. You...
Area and Perimeter of Circle in C# Console Application
Write a C# Console Application program that takes the radius of a circle as input and calculate the...
C# Square Area and Perimeter Calculator
This article introduces a simple C# program to calculate the area and perimeter of a square based...
C# Calculate Rectangle Area
This article presents a simple C# program to calculate the area of a rectangle based on user input...
Hello world!
The “Hello World!” program is often the first program we see when we dive into a new language. It...