Guessing game | Computer Science homework help
Create a program that will simulate the child’s number guessing game with two players who will play against the computer. The program should have the following requirements:1. When the program is invoked the computer will pseudorandomly choose which player will go first. 2. Play begins when the computer interface asks “Player Number”. A player number (either 1 or 2) is entered from the keyboard. If a player […]