Posts by Code • 13 points
1 post
-
0
votes2
answers43
viewsQ: Why can’t I use Stringbuilder’s delete() method more than once in the same code block?
I’m trying to erase an interval of content from a StringBuilder, but when using the method delete() more than once the program gives error. Specifically, I’m trying to delete the pseudo-code part of…