Computer Science 261

Assignment # 2

Due: Monday, Sept. 23

Purpose:


Write a public object called StudentObject which has private fields for

With the following public methods

You may want a private method called Calculate to compute the exam average and grade (using 90, 80, 70, 60 percent cutoffs) Please also write a small main program to test this data structure (no need to ask the user for input for testing purposes).