Question: C# console application using Visual Studio: Reads a text file of integers and loads the values into a LinkedList. The file name should be numbers.txt.
C# console application using Visual Studio:
Reads a text file of integers and loads the values into a LinkedList. The file name should be numbers.txt. Store up to 10 values in the LinkedList. Load the integers to a LinkedList using the C# LinkedList class. Sort the LinkedList values (can be done on load with a comparison of values and add last or first or sort after load). Display the values in the LinkedList. Prompt the user to find a value in the LinkedList. If it's found display to the user the location in the list. If not found display a message stating the value was not found. Continuously loop until the user enters nothing to search for.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
