Question: The lab exercise can be found in Replit teams as Lab 1 , with all the files already there. However, if you need back

The lab exercise can be found in Replit teams as "Lab 1", with all the files already there. However, if you need back up files, they can be found here: The files: LinkedList.cpp,LinkedList.h, and main.cpp Copy these files into the file window on your Replit. Since this file is named "main.cpp", you shouldn't need a .replit configuration file, but if you would like one for reference, you would write: language ="c++" run ="g++ main.cpp LinkedList.cpp -o ./a.out; ./a.out" This program is an implementation of a linked list. There is a problem with this program when you try to delete a value that is not in the list. Try using the debugger to find the problem. If you are having troubles, consider reviewing Linked Lists from the 115 lab and CS115 Linked List. Zip the project and submit it before the due date. When you are finished, your program should be able to delete items from the list, or provide an error message when the item is not found. Your program must not crash or core dump when the item is not found.

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 Databases Questions!