This program is about StringBuilder. Create a C# Windows application that has th
ID: 3671822 • Letter: T
Question
This program is about StringBuilder. Create a C# Windows application that has the following GUI:
When the program starts, create a StringBuilder object with an empty string. The user can type a string in a textbox. Every time the user clicks the Append button, the text in the “Input String” textbox will be appended to the end of the string associated with the StringBuilder object. Display this string, its length and its capacity. The following is an example:
Suppose the user clicks the Append button again, the output string becomes longer and the length and capacity both change:
Suppose the user types +++ in the “Input string” textbox and clicks the Append button, +++ will be added to the output string:
This program allows us to see how the length and the capacity change as the string gets longer and longer.
Explanation / Answer
I have sent source code ,go through the bellow link and down load it.Please let me know your comments.
http://we.tl/ELCmmR6gd8
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.