Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Netbeans:Use arrays and methods to Write a program collect and manage golf score

ID: 3729617 • Letter: N

Question

Netbeans:Use arrays and methods to

Write a program collect and manage golf scores. (hint: use arrays)
Write a method that allow the user to input the score (positive numbers) and
store them(hint: use a function that take as one of the parameters an array
(9.10)
Write a method that calculate the average of the score entered
Write a method that calculate the difference between each score entered and
the average score
Write a method that perform a score search as specified by the user. If the
score specified is not found, the program should be able to let the user know.
Write a method that return the index of the smallest score
Lab 6: Arrays
2
Write a method that return the smallest score;
Test these methods in a main methods

Explanation / Answer

Following is the java Code: