Video covers the following exercise: Write a program that will accept a String containing a number of words and will create three ArrayLists containing:

- all words beginning with a uppercase letter.
- all words beginning with a lowercase letter.
- all other words.