DSA - Lab Practical 1 - Arrays
DSA - Lab Practical 1 - Arrays
Instructions
Questions
Arrays.sort(namesArray);
scanner.close();
}
}
3. Implement a 2-dimensional array as; int numbers [9] [3] using java programming language.
a. Implement another array that will store the sum of each element in the numbers array.
b. Print out the element with the largest sum.