iPlayOften3960 iPlayOften3960 01-01-2024 Computers and Technology contestada Write a method averageOfThree which receives 3 integers and returns the average of them (as a double), double averageOfThree(int n1, int n2, int n3 ){// your code goes here}