Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Your program will use a linked list in this assignment. The program is to mainta

ID: 3560587 • Letter: Y

Question

Your program will use a linked list in this assignment. The program is to maintain a sorted list of integers. The program will read integers from a file named intlnput.dat and create the original linked list of values - the numbers in the input file are already in sorted sequence. After a successful creation of the list the program will give the user a choice of adding an integer, deleting an integer, searching for an integer to see if it is the list, print the list to the screen, determine the length of the list, or exit the program. When the user exits the program the linked list will be written to an output file named intOutput.dat. Run the program at least three times (where intOutput.dat of run 1 becomes intlnput.dat in run 2 and intOutput.dat of run 2 becomes intlnput.dat for run 3. On your screen prints display contents of files between runs.

Explanation / Answer

}