create any c++ program and
1. Add the header file of Doubly Linked List into your program2. Create a new Doubly Linked List for int or float3. Insert some values (10 - 15) in it.4. Create a member function in Doubly Linked List Class to display even numbers only5. Create a member function in Doubly Linked List Class to display the average of whole list6. Create a member function in Doubly Linked List Class to display the list in reverse order7. Call the above three member functions from main()
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here