i have no idea where to start.
/**
* Returns true if aCoin's name is the same as this coin's name AND aCoin's value is the same as this coin's value
*/
// public boolean equals(Coin aCoin)
// {
// }

