I am using visual studio 2013 to create a game where a random number is generated when the program runs and the player has to guess the number. The program tells the user if their guess is too high or too low. When they guess the number correctly, the program should end... but it doesn't. It just keeps looping.
Here is the code:
// Number Game.cpp : Defines the entry point for the console application.
//