Problem
Implement a program that reads a list of Integer numbers from the scanned input and saves them into a Linked List sorted from the smallest to the largest. Be sure to use the Collections Framework and follow code guidelines and document your code accordingly;