QUESTION 2 Write the overloaded method named findvAverage () for each of the following problems: a) The first method rec
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 2 Write the overloaded method named findvAverage () for each of the following problems: a) The first method rec
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)