C# C# Console For Loop Loops / Iteration Statement

C# Program to Find GCD of Two Numbers Using For Loop

In this program, 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.