Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to replace all elements in the anti-diagonal with the minimum element of their column.

Run the code to see the output here...