Suppose the file Final.txt contains student grades on a final exam. Write a program that displays the average grade on the exam and the percentage of grades that are above average. Write your own code to compute the average (do not use the built-in average method). Programming must be done in Visual Basics.