Alright so I have this program I am making. Started it just to kinda refresh some things I kinda already knew, as well as try to learn some new stuff. I started this program with no given direction and just kinda went with it.
I guess you could say I started it as a hang man game, but then I realized I dont know how to set a string to have a random value out of the English dictionary. So I just made a mock program to pratice if statements to check stuff.
Now keep in mind I have only been at C++ for about 3 - 4 days now, I know the code might be sloppy, and not proper.
THE QUESTION: When the user chooses "Y" to continue, I would like the program to start over from I guess step 1 (which is entering ur name, guess thats not a good idea, but its a start). Thx guys!