Finding the Lowest Common Multiple

# Introduction In this lab, we will create a program to find the LCM (Lowest Common Multiple) of two numbers by implementing a method that iterates through increasing numbers until a number is found that is divisible by both input numbers.

|60 : 00

Click the virtual machine below to start practicing