Hi everyone
I am reading a C++ book and mention using Greatest Common Factor GCF , does anyone have any idea on how to use it and why it required with example please.
many thanks
This is a discussion on Gcf within the C++ Programming forums, part of the General Programming Boards category; Hi everyone I am reading a C++ book and mention using Greatest Common Factor GCF , does anyone have any ...
Hi everyone
I am reading a C++ book and mention using Greatest Common Factor GCF , does anyone have any idea on how to use it and why it required with example please.
many thanks
Search for "gcf" and learn more....
15, 24
prime factors of 15: 3, 5
prime factors of 24: 2, 3,
GCF = 3
It has nothing to do with C++.
Last edited by 7stud; 02-15-2006 at 10:06 AM.