Exercise 26 - Files 1. Write a C++ program that reads from a file called "lines.txt". This file contains an unknown number of doubles, one in each line. Find the average of the numbers in the file and print it. Sample Run (for the given file): The average is 24.86893