+ 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.
8 Answers
+ 10
I have already made 2 codes.
https://code.sololearn.com/cos1ac0Gxir1/?ref=app
https://code.sololearn.com/cLjtG1jZTM6u/?ref=app
+ 8
remove the double which can find. and maybe explain what hcf is
+ 7
So what can I do
+ 6
sorry but idk
+ 5
ooo wording maybe
+ 4
Also known as greatest common divisor (gcd).
In ruby:
https://code.sololearn.com/cQAqUjpPYiLp/?ref=app