Description
Write a Java program to perform that following tasks:
1. Create and populate a LinkedList using a one dimensional array.
2. Add 6 numbers to this LinkedList.
3. Search this LinkedList and find the smallest number.
4. Display the number you get from step 3.
After you are done, submit the source code with some screenshots.