Problem
1. Write a program that reads a file containing two columns of floating-point numbers. Prompt the user for the file name. Print the average of each column.
2. Write a program that asks the user for a file name and prints the number of characters, words, and lines in that file.