Question: Overload the average method of Exercise 7.1 such that if three integers are provided as parameters, the method returns the average of all three. Data

Overload the average method of Exercise 7.1 such that if three integers are provided as parameters, the method returns the average of all three.


Data From Exercise 7.1:

Write a method called average that accepts two integer parameters and returns their average as a floating point value.

Step by Step Solution

3.41 Rating (170 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

public double a... View full answer

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 Java Software Solutions Questions!