Project 93: LCM

Project 93: Variables 'a' and 'b' have been initialized as positive integers.


Task: Assign the variable called 'lcm' to represent the least common multiple of a and b.


Example: if a = 8 and b = 12, then lcm = 24

Example: if a = 7 and b = 8, then lcm = 56

**If your code works for 5 test cases, you can enter your e-mail address

Universal Computational Math Methods:

pow(5,2) returns 25.0

abs(-3.0) returns 3

sqrt(49.0) returns 7.0