Question: Don't need to use array, code simply as possible. 1. (12 Points) Write a program PrintMatrix.java that performs the following, Ask user to enter number
Don't need to use array, code simply as possible.
1. (12 Points) Write a program PrintMatrix.java that performs the following, Ask user to enter number of rows and columns of a matrix . Use loop to print a matrix of random digits (1 through 9).j Option: Total the numbers in each row and print out the row total. Sample output: Enter number of rows: 3 Enter number of columns: 6 Matrix 923 226 535113 1693 14 Row Total 24 18 24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
