Calculating the area of a pentagon in Ptyhon3, “a” and “r” length must be...
Archive - October 2017
C# Calculating Area and Perimeter of Pentagon
For calculate the area of a pentagon, “a” and “r” length must be known. You...
C# – Calculating Area of Right Triangle.
We are to find the area of a right triange with the two sides entered by the user.
C# – Calculating Hypotenuse Of A Triangle
We are to find the hypotenuse of a triange with the two sides entered by the user. Variables are...
Working With JSON String as Collection List In C#
JSON is an acronym of JavaScript Object Notation. It is a file with a specified syntax rules for...
C# For Loop Examples
For loop examples in C# Console Application.
Find The Longest Word in String Array
Finding the Longest Word in String Array using foreach loop
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...
Calculate the average of randomly assigned values with C# Console App
Foreach: The foreach statement repeats a group of embedded statements for each element in an array...
C# Square Area and Perimeter Calculator
This article introduces a simple C# program to calculate the area and perimeter of a square based...