Problem:
Question- Write a program to find an integer element in the linked list.
Part 1- Rewrite the program with the find operation for a character element.
Part 2- Rewrite the program with the find operation for a character array (string) in the linked list.
Please describe the code with the help of comments.