78.0k views
4 votes
When you are writing a program with String objects that may have unwanted spaces at the beginning or end of the strings, use this method to delete them.

True / False.

User Hamel
by
7.8k points

1 Answer

4 votes

I would use Trim(), and that is true.

User Unnie
by
7.9k points