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
5.5k points

1 Answer

4 votes

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

User Unnie
by
5.7k points