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

1 Expert Approved Answer
Step: 1 Unlock

There is an error because the method parameters are missing data types The method ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Starting Out With Java From Control Structures Questions!