Question: You will pose a simple question to write a method that takes an array and performs an action on the array and returns a result.
You will pose a simple question to write a method that takes an array and performs an action on the array and returns a result. You will also ask to demonstrate the calling of the method from the main() method. Below is an example: Write a simple method in Java that takes an array of integers and returns the average. In the main method,create an array of integers ( you may hard code the values) and then call the method you have created passing the array as a parameter,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
