C# GUI StringBuilder
Implement an extension method for class StringBuilder to count the number of words contained in a StringBuilder object
Write a GUI app that allows user to input a number if words in a sentence. Using StringBuilder create a sentence with the specified number of words. The words in the sentence have random ASCII characters. A number of characters in each word is random number between 1 and 20
Erick OmondiPosted Jun 3, 2020, 9:34 AM
Amit GuptaPosted Jun 3, 2020, 8:06 AM