Posts by Rubens D • 1 point
1 post
-
0
votes1
answer42
viewsQ: How do I set certain array values for the same value? (Java)
Example, I have a two-dimensional array of type int: int array[][] = new int[10][10]; How do I define the value of, for example [2][3], [6][7] and [1][9] for some same int, without needing to define…