in java
PART ONE Write a method that populates a 10×10 2-D array with random numbers of your choice and returns the 2-D array to the main function. Then write a method which will simply print the array in a nice table format. PART TWO- Write a program that a teacher can use to average student test scores. Store all scores in a 2-D array, but note, the teacher may have a different number
OR
OR