Please Help me with this Problem
Language = C++
Write a program and initialize a 5x5 2D array with your values. Print this matrix and then ask the user to choose a row and a column. Display the common values of that row and column. Now find the least common multiple (LCM) for the elements of row and column separately and display it. Let the LCM of row be R and LCM of column be C. Now find the LCM of R and C and display it as well.
(
Regards
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here