Write a menu based program to maintain student records. Your program should take
ID: 655395 • Letter: W
Question
Write a menu based program to maintain student records. Your program should take the following inputs: 1. Student first name (max. 20 characters)
2. Student last name, (max. 20 characters) 3. Student scores (float/double), eg. 85.4 4. Zip code (may be a string)
You have to create a structure Student with above information. Then create a linked list where each list node contains a Student.
Your program should be able to take records of a minimum of 5 students. After taking the records, you should provide 7 functionalities to the user.
1. Print records