Using a Hash table

Posted by Maria Attard on Stack Overflow See other posts from Stack Overflow or by Maria Attard
Published on 2012-11-23T16:49:12Z Indexed on 2012/11/23 17:04 UTC
Read the original article Hit count: 158

Filed under:

I have 2 lists in my program one that store objects of type student and another one which stores objects of type marks.

I have 3 methods one that inputs the details of the students, one that inputs the marks and one to view student details and their marks. My question is how I can use a hash table to get the Id of a student and then use it to input the marks and then how to retrieve both the student details and their marks altogether.

Please help me if you can.

© Stack Overflow or respective owner

Related posts about c#