Write a program that allows the user enter 20 students score store into array called "stdScore" by using loop . And your main method should call an Average method that returns the average of those numbers in double variable type.
Write a program that allows the user enter 20 students score store into array called"stdScore" by using loop . And your main method should call an Average method thatreturns the average of those numbers in double variable type.