Re: I have a problem for my return in the output



dbstyless@xxxxxxxxxxx wrote:

public int getTotalValue()
{
Total = Dim + Nick + Pen + Quart;
return Total ;
}

Maybe you should call getDimeValue() and friends etc. here before you total these up....
.