Menu

(Solved) : Java Want Create 2d Array Unknown Rows Columns User Input Many Rows Columns Want 2d Array Q37192211 . . .

I Java. I want to create a 2d array with unknown rows and columns (user will input how many rows and columns they want. Then

I Java. I want to create a 2d array with unknown rows and columns (user will input how many rows and columns they want. Then the 2d array will fill out 1 through rows. columns. For example, furor input 3 rows and 4 columns, the 2d array will look like this: Row1-1,2, 3,4 Rowz – 5, 6,7,8 Row3-9, 10, 11, 12 After that I want to ask the user which row and column they want a random number for. Sojif the user input Rowa, I will randomly generate a number from the range of 9 through 12. And if the user input Column4, I wll randomly generate a 4, 8, or 12. was just wondering if this was possible Show transcribed image text I Java. I want to create a 2d array with unknown rows and columns (user will input how many rows and columns they want. Then the 2d array will fill out 1 through rows. columns. For example, furor input 3 rows and 4 columns, the 2d array will look like this: Row1-1,2, 3,4 Rowz – 5, 6,7,8 Row3-9, 10, 11, 12 After that I want to ask the user which row and column they want a random number for. Sojif the user input Rowa, I will randomly generate a number from the range of 9 through 12. And if the user input Column4, I wll randomly generate a 4, 8, or 12. was just wondering if this was possible

Expert Answer


Answer to I Java. I want to create a 2d array with unknown rows and columns (user will input how many rows and columns they want. …

OR