Get the Number of Rounds

Learn how to specify the number of rounds.

What we have

We have set up a function to print the introduction of the game. This is our inventory of already created functions:

// Function to display game introduction and rules
void displayIntroductionAndRules() {
    cout << "Welcome to Rock-Paper-Scissors
...