Topic: Matrix Manipulation Problem / Level: beginner

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

Run the code to see the output here...