Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java program Write a method that accepts a 1D array of 20 scores as a parameter. Your method must determine the average score and then
Java program
Example Output Average is 77 15 scores were above or equal to 77 5 scores were below 77 Write a method that accepts a 1D array of 20 scores as a parameter. Your method must determine the average score and then find out how many scores are equal to the average and how many scores are below average. All the calculations and displaying must be done inside the method
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started