Write a method that displays an n-by-n matrix using the following header:public static void printMatrix(int n)Each element

Question:

Write a method that displays an n-by-n matrix using the following header:public static void printMatrix(int n)Each element is 0 or 1, which is generated randomly. Write a test program that prompts the user to enter n and displays an n-by-n matrix. Here is a sample run:

image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: