Exercise 3: Making Matrix Using Arrays
Let's display a matrix of zeros and ones by using a two-dimensional array.
We'll cover the following...
Problem Statement
In this exercise, you have to write a function display
that takes an integer size
, creates a 2-D ...