Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Prompt the user to enter 3 words and store them each in their own variable (using the Scanner class). Given these 3 words, perform the
- Prompt the user to enter 3 words and store them each in their own variable (using the Scanner class). Given these 3 words, perform the following operations. and solve this in java
- Print out all of these words concatenated together as a single word in both upper and lowercase letters.
- Print out the length of each word individually.
- Print out the sum of the length of all 3 words.
- Take the first character from each word, concatenate them together to make a new word, and print out the result.
- Take the last character from each word, concatenate them together to make a new word, and print out the result
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