December 24, 2021

Problem Statement
-Code to find LCM
Scope of work
-Write pseudocode -Write the code in python
-Tested with edge cases
Challenges
-If randomly any two numbers are given, it should find out the LCM of that two numbers
Execution Strategy
-Nil
Value Added
-If user wants to find out the LCM of any two numbers, this program can be useful
-Basic python is learnt