Assume Stringbuilder Strbuf Abcdefg Invokingstrbuf Contains Aefg Ostrbufdelete 2 4 Strbufd Q37185008

Assume StringBuilder strBuf is ABCDEFG, after invokingstrBuf contains AEFG OstrBuf.delete(2, 4) strBuf.delete(0, 3) OstrBAssume StringBuilder strBuf is “ABCDEFG”, after invokingstrBuf contains “AEFG” OstrBuf.delete(2, 4) strBuf.delete(0, 3) OstrBuf.delete(1, 4) O strBuf.delete(1, 3) Show transcribed image text Assume StringBuilder strBuf is “ABCDEFG”, after invokingstrBuf contains “AEFG” OstrBuf.delete(2, 4) strBuf.delete(0, 3) OstrBuf.delete(1, 4) O strBuf.delete(1, 3)


Answer


An suer

strBuf.delete(1,4);

Please up vote the solution if it helped. Thanks!

We were unable to transcribe this imagePlease up vote the solution if it helped. Thanks!

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.