Computer Science, asked by JeetMisra, 5 months ago

Create a class with the following methods:
i) int LCM(int a, int b), which returns the least common multiple (LCM) among the two integers a and b and return it.
ii) void call( ) to input 10 integers and using the above function find the LCM among the 10 integers

Answers

Answered by Anonymous
0

Answer:

90

Explanation:

this is your computer answer

Similar questions