6.please help me get the correct code that runs correctly
please help me get the correct code that runs correctly
Module 4-Linked Lists 6) Using the following struct definition, build a linked list by prompting the user to enter a sequence of letters ending with the number 9. After you have built this list, you should prompt the user to enter a letter to search for in the list. If the search is successful, the output the letter. Otherwise, output an error message saying that the letter is not in the list. Please use the space below to copy and paste your source code for this problem and provide a screenshot of the output (10 pts). struct nodeType( char letter; nodeType* link; };
6.please help me get the correct code that runs correctly please help me get the correct code that runs correctly
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am