Due - Due November 3
Write a Java Program to calculate grades for a single student.
Your Java Classes should use the packages edu.smccd.cis382.fall2006.project2, edu.smccd.cis382.fall2006.project2.grabber, and edu.smccd.cis382.fall2006.project2.exception.
Your program must be compatible with project2-build.xml. Do not include your UnitTests in the base directory when running the unit test. I do not want to require configuring location of junit.jar when running the build script.
I expect the following classes for this assignment
GradeCalculator
PointsGradeCalculator
WeightGradeCalculator
Grade
PointsGrabber
PointsGrabberImpl
PointsGrabberMoc
WeightPointsGrabber
WeightPointsGrabberImpl
WeightPointsGrabberMoc
GradebookException
GradeCalculatorTester
GradeCalculatorTesterMocs
GradeCalculatorUnitTest
Please review "How to Turn in Assignments" for information about how to submit and other requirements.