create any c++ program and 1. Add the header file of Doubly Linked List into your program  2. Create a new Doubly Linked List for int or float 3. Insert some values (10 - 15) in it. 4. Create a member function in Doubly Linked List Class to display even numbers only 5. Create a member function in Doubly Linked List Class to display the average of whole list 6. Create a member function in Doubly Linked List Class to display the list in reverse order 7. Call the above three member functions from main()

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.5: Case Studies
Problem 3E
icon
Related questions
icon
Concept explainers
Question

create any c++ program and

1. Add the header file of Doubly Linked List into your program 
2. Create a new Doubly Linked List for int or float
3. Insert some values (10 - 15) in it.
4. Create a member function in Doubly Linked List Class to display even numbers only
5. Create a member function in Doubly Linked List Class to display the average of whole list
6. Create a member function in Doubly Linked List Class to display the list in reverse order
7. Call the above three member functions from main()

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Types of Linked List
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr