(6 points) For the following program, do a functional decomposition,
and design an algorithm. Give an outline of the program including
stubs for any functions.
Create a utility which given a file name, counts the number of lines, words
and characters in that file, and prints the result to the screen.