Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to replace all odd numbers in the matrix with 0 and even numbers with -1.

Run the code to see the output here...