I have used getline to read a line into a string.
now I need to go through the that string index by index
I have a for loop it reads through the string
I need to create another string that has ? marks for isalpha
and shows everything thing, else it is a puzzle.
I can get it to cout puzzle but how do I put the output into string puzzle