We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Write a program that given a phrase can count the occurrences of each word in that phrase.
There was an error while loading. Please reload this page.
For example for the input "olly olly in come free"
"olly olly in come free"
olly: 2 in: 1 come: 1 free: 1