I have a project that i have no idea where to start with.
The question is - Write a program that reads a line of text from the keyboard and then displays it without any punctions. Hint: create a string or punctuation character ",.:;'?!\"()" test to see if the next character of the line is not a substring of the punctuation string, then add it to the new string that does not contain punctuation.
Any help is appreciated
thanks


