How to add Student details in java?

Write appropriate member functions. Create another class students, which has id, name, date of birth and marks of 3 subjects as members. Write appropriate constructor for the student which assigns values to the members. Accept the details as command line arguments and create a student object using the arguments.

Read more