banner

Thursday, September 8, 2016

PE5: (Array) Calculation of average marks

/* 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... thumbnail 1 summary
/* 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. */

OUT PUT :


No comments

Post a Comment