I wrote a program to find out the lcm of two numbers, and I used a ternary operator to reduce the code size. But there seems to be a problem. Kindly help me out. Here is the