(Solved) : 7 Write Method Returns Sum Array Integers Write Another Method Returns Average Array Integ Q43942403 . . .
7) Write a method that returns the sum of an array of integers. Write another method that returns the average of an array of integers. Write one more method that will display the contents of an array of integers. Using the array from number 6, call each of these methods. 8) Write another method that can search the array for a given value. If the value is found in the array, print “Found it” otherwise print “It’s not here”. Call this method using the array from number 6. Show transcribed image text 7) Write a method that returns the sum of an array of integers. Write another method that returns the average of an array of integers. Write one more method that will display the contents of an array of integers. Using the array from number 6, call each of these methods. 8) Write another method that can search the array for a given value. If the value is found in the array, print “Found it” otherwise print “It’s not here”. Call this method using the array from number 6.
Expert Answer
Answer to 7) Write a method that returns the sum of an array of integers. Write another method that returns the average of an arra…
OR