How an array is declared and then filled with value retrieve


Write a Java program named Arrays6_2GF.java Use an array to store values retrieved from user input. The number of integers to be entered (the length of the array )should also be retrieved through user input. Once the integers are stored in the array, the program should pass the array to a programmer-defined method called averageNums(). The averageNums() method should accept the entire array as an argument (formal parameter) and return the average of the integers back to the main() method. Use the NumberFormat class to format the average to two decimal places and output the average in a user friendly message.

The purpose of this assignment is to demonstrate how an array is declared and then filled with values retrieved from user input and then passed as an actual parameter in a method call. Use the for loop to access each element of your array as needed

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: How an array is declared and then filled with value retrieve
Reference No:- TGS0131972

Expected delivery within 24 Hours