Write a function to find Lowest Common Multiple (LCM) of two numbers? function solve( a ){ //write your code here } Login to Submit