Question: Write an implementation of the following Java method, which is passed four integers and returns their average. average (int, int, int, int> -> double method
Write an implementation of the following Java method, which is passed four integers and returns their average. average (int, int, int, int> -> double method returns the average of the 4 given integers * ex: average (80, 90, 95, 100) -> 91.25 */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
