Assume that the following method is a member of a class. Find the error. public void total(int

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 + value3;
}

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: