I have searched google and the forums here and I couldn't find what i need, if there is a thread somewhere just forward me to it.
I am attempting to create a program that will prompt a user for a string. The program will not recognize this string to be finished until it is ended with a period.
I think i can figure out how to do the program, thanks to some useful links on google. My issue is that don't know how to keep prompting the user until the sentence is ended with a period. The period will not be printed out in the output string.
input - My name is Dewey<ret>(program still expects input)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
input - My name is Dewey.<ret>(program runs)
output - Dewey is name My