Section 19 Loops

    for (int a = 1; a <= 5; a++)
    {
        GetGuessAndPrintBack();
    }

Privacy & Terms