Question: 1. Description of the Assignment: Guessing Game Program The program you want to write is a simple guessing game with the user. It asks you
1. Description of the Assignment: Guessing Game Program The program you want to write is a simple guessing game with the user. It asks you for a number, expecting a particular value. If the users response is not the one it expected, it gives a hint (too high or too low) and asks again. Eventually the user will enter the correct number and the game ends. In this assignment you'll work in Visual Studio to create your console application using C++.
2. Tasks: Design the appropriate user interface. Feel Free to design your interface. Identify all the functions. The program should be designed with functions. You cannot put all the code in just one function. Code and execute the program thoroughly.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
