Question: Write a menu driven program to do the following: [8 Marks] 1. Create a linked list that contains ' n ' number of Strings 2.
![Write a menu driven program to do the following: [8 Marks]](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f4553202a35_62566f4553168a52.jpg)
Write a menu driven program to do the following: [8 Marks] 1. Create a linked list that contains ' n ' number of Strings 2. Count the number of odd and even length strings in the list 3. In the linked list, if each string contains an odd number of length, remove the middle char 4. Display all the strings in the list Example: If the list contains 5 Strings as Ram Ball God modern Mad For option 2, Odd length of Strings is 3 Even length of String is 2 After option 3 is chosen, the resultant string is Rm Ball Gd modern Md
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
