Enter student information

# Introduction In this challenge, we will be working with a `HashSet` collection to store and display student information. The goal is to ensure that the stored elements are not duplicated. To achieve this, we will need to override the `hashCode()` and `equals()` methods in the `Student` class, and implement the `addStudent()` and `showStudent()` methods in the `StudentService` class.

|60 : 00

Click the virtual machine below to start practicing