Random Numbers generator
in
Programming Questions
•
1 year ago
I was given
int[][] abc = new int[Ran][Ran];
final int Hi = 6 ,
Lo = -10;
how i actually create random numbers with it?
I need hints but not answer.
:respect: :respect: :respect:
int[][] abc = new int[Ran][Ran];
final int Hi = 6 ,
Lo = -10;
how i actually create random numbers with it?
I need hints but not answer.
:respect: :respect: :respect:
1