Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a java program for a matchstick game being played between the computer and a user. Your program should ensure that the computer always wins.

Write a java program for a matchstick game being played between the computer and a user. Your program should ensure that the computer always wins. Rules for the games are as follows:

  • There are 21 matchsticks
  • The computer asks the player to pick 1,2,3 or 4 matchsticks
  • After the person picks the computer does its picking
  • Whoever is forced to pick the last matchstick loses the game.

Hint: (The computer would pick the matchstick so that the total is 5, so if the user picks 1 the computer picks 4, if the user picks 2 compute picks 3 and so forth)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

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

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions