Write a C function that calculates the least common multiple (1cm) of two integers m and n. Integers m and n are parameters to this function. Also write a main program to test this function with several pairs of integers. Use the library functions to convert and output the results.