Skip to content

Instantly share code, notes, and snippets.

@nethmunson
nethmunson / Section 2 Chapter 23
Created March 1, 2017 04:27
Section 2 Chapter 23 Neth Munson
#include <iostream>
#include <string>
using namespace std;
void PrintIntro();
void PlayGame();
string GetGuess();
bool AskToPlayAgain();