Question: By using the linked list class provided ( linkedList . h Download linkedList.h ) , write a C + + code to; Ask the user

By using the linked list class provided (linkedList.h Download linkedList.h), write a C++ code to;
Ask the user to enter five characters to be stored in the list.
Build a linked list (List 1) forward using the five characters.
Build another linked list (List 2) backward using the five characters.
Print the characters in List 1.
Print the characters in List 2.
Ask the user to enter an item to be deleted.
Print the list after deleting the item.
Ask the user to enter an item to be searched.
Print the message if the item was found in the list.
Submit the source code here. The code should run without any errors using Visual Studio 2019.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!