Need help on a program I have to write for class. It is a "player vs computer" game of "23". The player moves first by withdrawing 1-3 toothpicks. The rules for the computers are in the "if" and "else if" statements. Whoever takes the last toothpick loses. It's pretty basic. What I really need help with is having the program figure out whether the "player" or "computer" took the last toothpick, and setting up a closing message displaying the winner and loser. Hope this makes sense. The instructions were pretty vague out of the book.