Question: Please include a flowchart with this and it needs to be written in C# console app thank you The rules of the game are Computer
The rules of the game are Computer proposes an integer number in range 1..100 anda player should guess it. .At every step of the game, player tells the computer his assumption about a number and computer tells if player guessed it right. Otherwise, computer tells the player if his number is less or more than the proposed number and player tries again until he/she guesses it right. The player could type invalid inputs, such as: 3.24 (real number), or sdf (string). The program should validate the input by displaying an invalid input message and allowing the player to re-enter, until the input is valid. After the player guesses the number right, the program should ask the user if he/she wants to play another game. If the answer is yes, repeat the whole process; if it is no, then stop the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
