Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to replace each element in the matrix with the maximum value of its row.

Run the code to see the output here...