Using file handling techniques from chapter the textbook
2.) reads all of the lines and store them in a String array (35 points)
3.) shows how many students have a 3.0 gpa or higher (20 points)
2) Each line can be spitted by using:
String[] values = line.split(",") ;
I. The Assignment
This assignment is to update your TriangleAnalyzer class so that it meets all the style and documentation standards discussed in class, and then to use the javadoc utility to generate HTML


