Question: Assume that the following method is a member of a class. Find the error. public void total(int value1, value2, value3) { return value1 + value2
Assume that the following method is a member of a class. Find the error.
public void total(int value1, value2, value3)
{
return value1 + value2 + value3;
}
Step by Step Solution
3.43 Rating (166 Votes )
There are 3 Steps involved in it
There is an error because the method parameters are missing data types The method ... View full answer
Get step-by-step solutions from verified subject matter experts
