Question: Write a method named average4 that accepts four integers as parameters and returns the average of the four values. For example, the call average4(15, 22,
Write a method named average4 that accepts four integers as parameters and returns the average of the four values. For example, the call average4(15, 22, -1, 12) should return 12.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
