You can code your own split() function for this task if the provided one is not allowed. You can split a string into it's words by iterating through the characters, adding them to a temporary string,...