# 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.
Click the virtual machine below to start practicing