I need to insert a new object and I'm really not sure where to put it.
the object is: Student myStudent = new Student(StudentName);

public class Students{


String studentName;
double...