Exercise 3: Making Matrix Using Arrays
Explore how to create and display a two-dimensional matrix using arrays in C++. Understand how to fill the matrix diagonal with zeroes, the lower triangle with -1s, and the upper triangle with 1s, improving your skills with pointers and arrays through a practical coding exercise.
We'll cover the following...
We'll cover the following...