104k views
2 votes
Consider a game where a player spins a wheel divided into four identical sections, labeled A, B, C, and D. If the player spins A, the score is 10. If the player spins B, the score is 5. If the player spins C or D, the score is -1.

1 Answer

8 votes

Answer: spin <— RANDOM [1, 4]

Explanation: why? because i just took this test

User Scott Corscadden
by
8.3k points