Can someone please explain the requirement. Especially points 2 and 3 - Requirements: 1. Declare a string list variable and immediately initialize it. 2. The program should read 10 strings from the keyboard and add them to the list. 3. The program should add lines to the beginning of the list. 4. The program should display the list, each value on a new line.