C# C# Console Conditional Statement If Else Statement Loops / Iteration Statement While Loop

C# Program to Find Greatest Common Divisor (GCD) of Two Numbers Using While Loop

In this example, we’ll learn to find Greatest Common Divisor (GCD) of two numbers in C#.

The HCF or GCD of two integers is the largest integer that can exactly divide both numbers (without a remainder).

C# Code:

When you run the program, the output will be:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.