/* Write a Java program that allows the user to enter up to 10 integer marks into an array. Your main method should call an Average method...
9:53:00 AM
/* Write a Java program that allows the user to enter up to 10 integer marks into an array. Your main method should call an Average method that returns the average of the marks in the array. */
No comments
Post a Comment