Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to replace all elements in the matrix that are multiples of 7 with their negatives.

Run the code to see the output here...