Question: Write a main method that will declare, create, and initialize a two dimensional array. The number of rows and the number of columns in each
Write a main method that will declare, create, and initialize a two dimensional array. The number of rows and the number of columns in each row will be entered by the user at the keyboard using console input. The elements of the array should be initialized using the index values for the array elements. The specific value to assign will be row index * column index.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
