This C# program computing an of the number that given two integers base and exponent by user...
Category - C# Console
Program to find the average of 3 numbers in C#
Write a C#program that takes three numbers as input to calculate and print the average. Variables...
Generates the Sum of N Numbers in C#
This C# Program Generates the Sum of N Numbers. This Python program obtains the Nth number from the...
C# Program to Find the Factorial of a Number
In this article, you’ll learn to find the factorial of a number and display it. The factorial...
C# program to swap two numbers
This C# program swaps two numbers using a temporary variable. To swap numbers without using extra...
Program to Swap 2 Numbers in C#
This C# code swaps 2 Numbers. It obtains two numbers from the user and swaps the numbers using a...
Add Two Numbers in C#
This tutorial demonstrates how to get two inputs from the user within a Console Application. We...
Connect MS Access Database to C# Console Application (Select-Insert-Update-Delete)
Here in this article, I will show you how to connect a C# Application with MS Access 2016 database...
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.