Need help on java homework
Write three overloaded methods that calculate averages.
The first method takes two integer parameters, the second takes three integer parameters, and the third takes four integer parameters.
Each method returns a double.
Make sure all methods are calculating the correct average and that the three methods are properly overloaded.