Question: Q4 Part 2: Write the full method definition for the following: Method averageOfSums () will accept two parameters, an int and an int. The method

Q4 Part 2: Write the full method definition for the following: Method averageOfSums () will accept two parameters, an int and an int. The method will generate 500 numbers randomly whose values are between the two values of the int parameters. The method will calculate the sum of these 500 randomly generated numbers, then calculate the average. It will return back this single average. If the first int parameter is larger in value than the second int, your method should swap the two numbers, then perform the generation and calculations mentioned above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
