Question: Write a java program that create an array of 5 elements using a method getArray(), an int value is passed to geArray that indicated the
Write a java program that create an array of 5 elements using a method getArray(), an int value is passed to geArray that indicated the size of array, once array is initialized it is returned to another method AvgArray which then finds the average of the elements in array and return this average and display it.
Step by Step Solution
3.45 Rating (152 Votes )
There are 3 Steps involved in it
import javautilScanner public class JavaExample public static v... View full answer
Get step-by-step solutions from verified subject matter experts
