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
public double a... View full answer
Get step-by-step solutions from verified subject matter experts
