Processing String
I thank in advance anyone that can offer advice.
I want to prompt a user to input a string such as: "The quick brown fox jumped over the lazy dog." And I want to be able to remove any spaces between the words. So the modificedstring would look like this when done: "Thequickbrownfoxjumpedoverthelazydog."
How would I go about modifying the string to remove the spaces?
Please help!
|