## Create a student class in a separate file ### Requirements - Parameter for the name of the user (May change based on the constructor) - First Name - Last Name - Academic Year - Desired Credits Constructors can be overloaded, so there can be different solutions to the issue.
Create a student class in a separate file
Requirements
Constructors can be overloaded, so there can be different solutions to the issue.