Write a program in Visual Basic that allows you to copy andpaste a block of text into a text box on a Visual Basic form. Aftera button press, calculate the frequency of all the unique words inthe text, and post the number of occurrences for each word ( andthe word respectively) in another text box. Handle all possibleerrors you can think of. Omit numbers, or “words” that containnumbers or other non-alphabet characters. At the bottom list thetotal number of words in the text block.
In order to do this you will have to first parse the text andbreak it into individual
OR
OR