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