...

/

Exercise 3: Making Matrix Using Arrays

Exercise 3: Making Matrix Using Arrays

Let's display a matrix of zeros and ones by using a two-dimensional array.

Problem Statement

In this exercise, you have to write a function display that takes an integer size, creates a 2-D ...