Hi, I am programming in java. The instructions require:
Create a new project and call it Project8.
Create a dual array 10x10 and initialize it with random numbers, range 0 to 100.
Example: int[][] ary = new int[10][10];
Create a method that finds the largest number in the array.
Create a method that calculates the sum of a single row. Make the method flexible such that it can calculate the sum of any specified row.
Display the sum of each row.
The code must be well structured, use method where possible.
Please include detailed information and steps to how to solve this. Thank you!
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here