Exercises
Let's exercise with the scanner and maps.
Use a scanner to convert the lines to uppercase, and print them.
Create a program that counts the unique words from an input stream.
Create a grep clone. grep is a command-line utility for searching plain-text data for lines that match a specific pattern.