Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to replace all odd numbers in the matrix with the product of their row and column indices.

Run the code to see the output here...