Question: can you please send me the solution using C# String Analyzer Description This is a very simple string analyzer. Program will take a text from
String Analyzer Description This is a very simple string analyzer. Program will take a text from the user and give user 4 options. When the Program lunches, it will ask user for a text and then it will ask for one of the options Below. Until user ask for exit, program should not close. The options are: Analyze Repetition of a character New Text Exit . 1. Analyze if user choose this option, the program will check all the text and print the number of "Numbers", "Length" and "Words" that appeared in the text. 2. Repetition of a character: This option will take a character from user and it will show how many times that character is repeated in the Text. 3. New Text: Get a new string from user. 4. Exit: Close the Program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
