Due - Due September 6
Write a simple Java Program that stores the overall grade for a student.
Your Java Classes should use the package edu.smccd.cis381.fall2006.project2
Your program must be compatible with project2-build.xml
I expect 3 classes for this assignment
Student
Grade
StudentTester
Please review "How to Turn in Assignments" for information about how to submit and other requirements.
StudentTester should do the following
Create a student with any id, first name, and last name.
Add several assignments to the student.
Create a second student with any id, first name, and last name.
Add several assignments to the second student.
Print to console the name of each student and ther current percent.