Write a program that will display the top 3 items of your life bucket list (ex. life ambitions). Save the class as LifeBucketList.java. The output should have one line for each item and look something like this: Ride a rocket to space. See all 50 states in the USA. Travel to Fiji and get an ice cream. Also ensure that the following requirements are met: 1) Java file is named correctly. 2) Name, date and assignment information is included at the top of your Java code file as a comment. 3) Java code is properly indented and readable. 4) Code comments are present within each major section of code. 5) Use 3 separate println() statements within your program to achieve the required output.