Understanding the HCF Algorithm in C++
This C++ program calculates the HCF (Highest Common Factor) using user input and
the Fast HCF C++ Code from the previous lesson.
Let's add some input mechanism so our user enters the set of
numbers whose H.C.F. we are to find.