Problem
1. Write a program segment that determines and displays the number of blank characters in a line of input. Use the End_Of_Line function to terminate your loop.
2. Write a program segment that determines the average of the float numbers stored one per line in a text file. Use the End_Of_File function to terminate your loop.