define linked list called student
name number address
and the following function
add function that add the information of the student
2
search function that search print the name of all student with some address search ("zarqa,amman,irbid") will print the name of students lives in amman
3
count function that return the number of students that lives address
count ("amman ") will return the number of student lived in amman
please help me