HCF of any two numbers

December 24, 2021

Problem Statement

-Code to find HCF

Scope of work

-Write pseudocode

-Write the code in python

-Tested with edge cases

Challenges

-If any two numbers are given randomly, it should find out the HCF of that two numbers

Execution Strategy

-Nil

Value Added

-Basic python is learnt

-This program can be useful for user to find out HCF of any two numbers.