Adds the Section to the list of sections the Student is enrolled in. Does not verify the section is part of a course the student is already enrolled in.
@param section The section to add the student to
@return boolean true if the student is successfully added,false otherwise.
@throws IllegalArgumentException If the student is already enrolled inthe section
@throws NullPointerException If the Student is null
@since 1.5.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.