Question: write program that will display the top 3 items of your life bucket list (ex. life ambitions). Save the class as LifeBucketList.java. The output

write program that will display the top 3 items of your life 

write 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: Travel to New York City. See the Niagara Falls. Get a Tattoo. 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. Please verify that the program runs correctly.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Here is a hypothetical code that fits the conditions of the assignment Name ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!