K
keeponfalling
Guest
If you can give me a hint please for this problem.
So, if the user enter, in concole mode, 2 for example, I need to store 4 double integers in each line like this.
int array 1 [] = new int[] (store the 4 integers in a single line from console input)
int array 2 [] = new int[] (store the 4 integers in a single line from sonsoleinput).
And so on for N numbers N rows.
Thank you!
Continue reading...
So, if the user enter, in concole mode, 2 for example, I need to store 4 double integers in each line like this.
int array 1 [] = new int[] (store the 4 integers in a single line from console input)
int array 2 [] = new int[] (store the 4 integers in a single line from sonsoleinput).
And so on for N numbers N rows.
Thank you!
Continue reading...