Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

pls java code Coin game: Alice and Bob are playing a game using a bunch of coins. The players pick several coins out of the

pls java code

Coin game: Alice and Bob are playing a game using a bunch of coins. The players pick several coins out of the bunch in turn. Each time a player is allowed to pick 1, 2 or 4 coins, and the player that gets the last coin is the winner. Assume that both players are very smart and he/she will try his/her best to work out a strategy to win the game. For example, if there are 2 coins and Alice is the rst player to pick, she will de nitely pick 2 coins and win. If there are 3 coins and Alice is still the rst player to pick, no matter she picks 1 or 2 coins, Bob will get the last coin and win the game. Given the number of coins and the order of players (which means the rst and the second players to pick the coins), you are required to write a program pickcoin.cpp to calculate the winner of the game, and calculate how many different strategies there are for he/she to win the game. You should use recursion to solve the problem, and the parameters are read from the command line. You can assume that there are no more than 40 coins.

The output should be in the form of Alice 328

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

1. What does this mean for me?

Answered: 1 week ago

Question

What does Nessus do when you tell it to scan web applications?

Answered: 1 week ago