Question: Complete the given method to compute the average of three given integers. ublic class Method { public static double average(int a, int b, int c)
Complete the given method to compute the average of three given integers.
ublic class Method { public static double average(int a, int b, int c) { //TODO } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
