Question: Create a program that do the following: 1. Asks the user to enter n marks for n students, read the marks and the names

Create a program that do the following: 1. Asks the user to enter n marks for n students, read the marks and the names and store them in a double linked list. 2. Write a method to find the smallest mark and print the name of the student having that mark. 3. Write a method to print the content of the list (name, mark). 4. Write a method to search the list for a given mark and prints the result. 6. Insert 2 new students to the list (print the list before and after the insertion). Delete any students with the first letter "A" in .7 his name, (print the list before and after the .(deletion A Go
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
