Question: Can you use C# in Visual Studio? 1. Flowchart or pseudocode 2. Word document that contains the execution screenshot and the code The rules of

Can you use C# in Visual Studio?Can you use C# in Visual Studio? 1. Flowchart or pseudocode 2.

1. Flowchart or pseudocode 2. Word document that contains the execution screenshot and the code The rules of the game are : Computer proposes an integer number in range 1..100 and a 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!