Question: Define a function to print a matrix of randomly generated Os and 1s given a size of the matrix. Prompt user for the size,
Define a function to print a matrix of randomly generated Os and 1s given a size of the matrix. Prompt user for the size, and use a function to print the matrix. Sample output: Enter the size of the matrix: 4 1111 1000 0100 1111
Step by Step Solution
3.45 Rating (158 Votes )
There are 3 Steps involved in it
include include include using namespace std function prototype void printMatrixint size in... View full answer
Get step-by-step solutions from verified subject matter experts
