Somecuban
03-16-2010, 07:32 PM
You are going to design a program for a student to keep track of his grades in a Programming Course.
Create a GUI using Netbeans. There will be a button to read in a csv file with grades. When the student clicks on the csv file, the program will calculate the grades:
http://davidcfreer.com/~David/java_202008_20fall_20attendance_20and_20grades_1_.csv.csv
Once the student grade is calculated, ask the user for their name and write the results to a file: Grade.txt. Record the average for the major assignments, the average for the minor assignments, and the average for exams.
Have the GUI indicate that the file was written to Grade.txt.
Create a GUI using Netbeans. There will be a button to read in a csv file with grades. When the student clicks on the csv file, the program will calculate the grades:
http://davidcfreer.com/~David/java_202008_20fall_20attendance_20and_20grades_1_.csv.csv
Once the student grade is calculated, ask the user for their name and write the results to a file: Grade.txt. Record the average for the major assignments, the average for the minor assignments, and the average for exams.
Have the GUI indicate that the file was written to Grade.txt.