Class StudentInfo

java.lang.Object
  extended by StudentInfo

public class StudentInfo
extends java.lang.Object

All the main methods of this assignment must call the method StudentInfo.display().

Author:
Lucia Moura

Constructor Summary
StudentInfo()
           
 
Method Summary
static void display()
          Displays the student information: student name, id, section, etc.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentInfo

public StudentInfo()
Method Detail

display

public static void display()
Displays the student information: student name, id, section, etc. You must fill this information inside the box.