How should i implement a string that will return all the contents of it after removing all of its whitespaces. For example, if my string is "aa bb ab", then it should return "aabbab" after removing...