Computer Science, asked by raun8950, 7 months ago

design an algorithm to find the HCF of 2 numbers

Answers

Answered by sayangayan4976
1

hmmmmmmmmm Ara mental ha kya bsdk

Answered by sujeevana2007
0

Answer:

Define two variables - A, B. Set loop from 1 to max of A, B. Check if both are completely divided by same loop number, if yes, store it. Display the stored number is HCF.

Similar questions