Problem
1. Now change your squares program to use double values instead of ints. Use manipulators to manage the output so that the values line up in columns.
2. Write a function that reads words from an input stream and stores them in a vector Use that function both to write programs that count the number of words in the input, and to count how many times each word occurred.