WORD_COUNTER

  1. Enter a sequence of text characters (which will be represented as the variable named S) into the text field below.

  2. Click the SUBMIT button to compute the number of times each unique word occurs in S.

  3. The application will then display the number of times each unique word occurs in S with in descending order of unique word frequencies such that the word with the highest frequency is displayed at the top of the list and the word with the lowest frequency is displayed at the bottom of the list.

  4. Click the RESET button to clear the word counter results from the display area and to return to the initial web page application state.

S :=

This sentence will disappear in response to the event of a SUBMIT button click.

???