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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started