Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to replace all negative elements in a matrix with their absolute values.

Run the code to see the output here...