Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Dr.Java lab source
Writea method called arrayAvg that accepts as an argument an array of numbers andreturns the average of the numbers in that array. Create an array to test yourcode with and call the method from main to print the average to the screen.