Erick Omondi

Erick Omondi

  • NA
  • 14
  • 623

C# GUI StringBuilder

Jun 2 2020 5:44 PM
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

Answers (2)