Visit www.myprogramminglab.com to complete this Programming Challenge online and get instant feedback.
Tossing Coins for a Dollar
For this assignment you will create a game program using the Coin class from Programming Challenge 16. The program should have three instances of the Coin class: one representing a quarter, one representing a dime, and one representing a nickel. When the game begins, your starting balance is $0. During each round of the game, the program will toss the simulated coins. When a coin is tossed, the value of the coin is added to your balance if it lands heads-up. For example, if the quarter lands heads-up, 25 cents isadded to your balance. Nothing is added to your balance for coins that land tails-up. The game is over when your balance reaches one dollar or more. If your balance is exactly one dollar, you win the game. You lose if your balance exceeds one dollar.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here