1. Write a class StudentTest, which has to test the functionality of the class Student.
2. Add a static method in class StudentTest, which creates several objects of type Student and store them in static fields. Create a static property of the class to access them. Write a test program, which displays the information about them in the console.