In the lecture you showed that GetGuess was doing two things printing our guess out and taking inputs.
We broke it up removing the print out function from it.
I went an extra step further in my code and made a separate function for PrintBack();
Is this acceptable? I have a feeling it may not be. But I would kind of like a breakdown.
Part of me feels like im creating an unnecessary string with yourguess.
