Question 3:
(1 mark, file to be edited: Q3.c)
The program allows the user to enter values from the keyboard for two positive integers, 'a' and 'b'.
Print the value of the least common multiple of two numbers on the screen.
The least common multiple is the smallest number divisible by 'a' and 'b'.
Here is an example of how the program will run:
Enter: a = 4, b=6
3 of 3
Paper No: 10
4 6
OUTPUT:12
Zoom
+ 100%
Close