QUESTION 2 Write the overloaded method named findvAverage () for each of the following problems: a) The first method rec
Posted: Thu May 26, 2022 9:25 am
QUESTION 2 Write the overloaded method named findvAverage () for each of the following problems: a) The first method receives two integer numbers and returns the average of these two numbers (2 marks) b) The second method receives an array of integer numbers. Calculate and display the average of those elements in array. (3 marks)