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:

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!