Hi
I have done everything but output screenshot and requirement not matching ..
Any ideas ? am i doing wrong .
Create a class representing a student. Include chaarcteristics such as student number, first and last name, overall GPA, classification, and major. Write at least two constructors. Include properties for each of the data items. Create a second class that instantiates the first class with information about yourself. In the second class, create a class method that displays your name and GPA.
Sample output: http://i.imgur.com/Ro5xsu8.png
Regards