subject

(a) You will write method getPlayer2Move, which returns the number of coins that player 2 will spend in a given round of the game. In the first round of the game, the parameter round has the value 1, in the second round of the game, it has the value 2, and so on. The method returns 1, 2, or 3 based on the following rules. If round is divisible by 3, then return 3.
If round is not divisible by 3 but is divisible by 2, then return 2.
If round is not divisible by 3 and is not divisible by 2, then return 1.
Complete method getPlayer2Move below by assigning the correct value to result to be returned.

/** Returns the number of coins (1, 2, or 3) that player 2 will spend, as described in part (a).

*/

public int getPlayer2Move(int round)

{

int result;

return result;

}

ansver
Answers: 2

Another question on Advanced Placement (AP)

question
Advanced Placement (AP), 25.06.2019 14:10
What impact does landscape management have on the world
Answers: 1
question
Advanced Placement (AP), 25.06.2019 19:30
Ben can’t wrestle in this week’s match unless he loses two pounds. he decides to take a nap instead of exercising. this is an example of wasting time getting distracted allowing others to set goals
Answers: 1
question
Advanced Placement (AP), 26.06.2019 01:00
In your own words define the following terms. 1 hibernation. 2 hormone. 3 behavior. 4 stimulus
Answers: 1
question
Advanced Placement (AP), 27.06.2019 03:00
Wich of the five senses is excluded as a function of the thalamus
Answers: 1
You know the right answer?
(a) You will write method getPlayer2Move, which returns the number of coins that player 2 will spend...
Questions
question
Mathematics, 26.08.2020 23:01
question
English, 26.08.2020 23:01
Questions on the website: 13722361