// 1. Read each word on each line into a container that helps you keep track // of each unique word that appeared on each line (See hint in PDF). // 2. Remove all blank lines // 3. Find which words appear on each line (see hint in PDF). // 4. Print the found common words, OR print a message stating that no common // words appeared if none could be found.