Pavan Kumar

Pavan Kumar

  • NA
  • 12
  • 3k

Advanced Csharp.Net Programming

Jun 3 2020 1:45 PM
Question :-
 
Write a program that counts occurrences of words in a text file using a Dictionary. Read the input string from user.
? Split the string using ‘space’ or comma (,).
? The string should contain at least 5 words for your test.
? The words must start with a letter.
Display the output with each word preceded by its occurrence count.
 
Report
Include your outputs (screen captures) in a file

Answers (2)