You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
I made a Person class (it has only name). Then I made a Student class which extends Person. In Student, I added roll number, course, marks, and grade. When we run the program, it shows the menu. If we ...