Question: In Java Problem 1 Create an Array of your top four vacation spots. Print the first spot and the last spot in your array. Problem

In Java

Problem 1 Create an Array of your top four vacation spots. Print the first spot and the last spot in your array.

Problem 2 Create an Array to hold the names of 5 people. Print the first letter of each of their names.

Problem 3 Create a mini console game that asks for the number of words you want to enter into an Array. Enter each word and then a letter. Print out feedback that says "Yep its got one of those" or "Sorry that letter is not in the word" depending on whether on not the word entered contains the letter specified.

Stretch Task (Optional) Create a String representing a list of things that uses some delimiter (commas,dashes, etc) Split that String into an Array of Strings, then print each of the Array Elements. You will need to research (How to Split a String using a Delimiter).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!