BCC Java Programming Question
Question Description
I’m working on a computer science question and need an explanation and answer to help me learn.
Given the following method;
public integer getAverage ( integer Num1, Integer Num2)
{
integer Average;
Average = (num1 + Num2) /2;
return Average;
}
Write an overload of this method to allow calculate 4 values instead of 2.
Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."