Dear C++ experts,
I'm a beginner with C++ and I've programmed my first numerical game for training. Here, a random number was chosen between 1-15 and the gamer has three chances to guess the right number. After each attempts, the program tells you that the guess number is greater or smaller than the goal.
Would you please evaluate my code and tell me about the efficiency of my program.