Write code that will fill the following array a with numbers typed at the
keyboard:
int[][] a = new int[4][5];
Although the user will enter five numbers per line on four lines, your
solution need not depend on how the input numbers are divided into lines.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here