Read chapter 10.
1. Write a Visual Logic program that opens an input file and writes the file data in an array.
2. Calculate the average from the data and display the average.
3. Think about a file exception error. Handle the exception in your program.