Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to create a matrix where each element is the product of its row and column indices.

Run the code to see the output here...