Programming Drill #10

Due: Thursday, June 5
Goal:  More with Classes and Objects

Modify the Student class from Drill #9 so it has a constructor that initializes the name, resident, and numCredits variables.

Modify the Main class so that it uses the constructor to initialize the two student objects.  The output should be identical to before, except it should use the constructor.