Add a private static variable to the Coin class that maintains the total value of all coins that were constructed. Also add a static method totalValue that returns the total value of all constructed coins.