+ 3

Challenge (14)

Make a program which can find HCF of a given number. HCF (Highest Common Factor):-Highest common factor (H.C.F) of two or more numbers is the greatest number which divides each of them exactly.

31st May 2017, 6:32 AM
Ekansh
8 Answers
31st May 2017, 8:45 AM
Biraj Patel
+ 8
remove the double which can find. and maybe explain what hcf is
31st May 2017, 6:51 AM
jay
jay - avatar
+ 7
So what can I do
31st May 2017, 6:51 AM
Ekansh
31st May 2017, 7:23 AM
MR Programmer
MR Programmer - avatar
+ 6
sorry but idk
31st May 2017, 6:45 AM
MAHENDAR SONI
MAHENDAR SONI - avatar
+ 5
ooo wording maybe
31st May 2017, 6:46 AM
jay
jay - avatar
+ 4
Also known as greatest common divisor (gcd). In ruby: https://code.sololearn.com/cQAqUjpPYiLp/?ref=app
31st May 2017, 8:26 AM
SC Lee
SC Lee - avatar