So I wanted to write a function to calculate the Gcd or HCF of two numbers using the Divison method.This is my code:
#include #include