Constructors
Design a class Student that has three attributes  FirstName, LastName and Age
Class Daigram
Class Student
Attributes
public FirstName
public LastName
public  Age
Constructors
public Student( )
public Student(Fname, Lname, Aage)
Methods
public String getFirstName( )
public void setFirstName( )
public String getLastName( )
public void setLastName( )
public int getAge( )
public void setAge( )
public String toString( )
                       
Random StepsActionsProposed StepsPsedu Code





No of Errors:
Select any step from the first List Box and move it to the second List Box and make all its lines into correct steps of sequential order, using the Arrow Keys                                                                .