

InterviewSolution
Saved Bookmarks
1. |
If a and b are two prime numbers then find LCM (a, b). |
Answer» LCM of two prime numbers is always the product of these two numbers. If a and b are two prime numbers, then LCM (a, b) = ab |
|