brentsnyder5872 brentsnyder5872 28-03-2024 Computers and Technology contestada Implement an equals method for the Coin class. The Coin class has private variables: value (double) and name (string). Two coins are considered equal if they have the same name and value. Write the code for the equals method.