Please send me answer of this question immediately and i will give you like sure sir. Write a complete* Java program that performs the following steps: Ask the user to type in a six-letter word and use a Scanner to read their input from the keyboard. We haven’t yet discussed the tools to ensure the user does this correctly, so for now you can assume that the user will correctly type in a six-letter word when using your program. Echo the user’s word back to the screen. Use the substring() methods to divide their word up into two, three-letter words. Use the concatenation operation (+) to put those two smaller words in reversed back together into a single six-letter word. Print this new six-letter word back to the screen. For example, if the user types in the word TEACUP, your program should change this word around to become CUPTEA instead

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 14E
icon
Related questions
Question

Please send me answer of this question immediately and i will give you like sure sir.

Write a complete* Java program that performs the following steps: Ask the user to type in a six-letter word and use a Scanner to read their input from the keyboard. We haven’t yet discussed the tools to ensure the user does this correctly, so for now you can assume that the user will correctly type in a six-letter word when using your program. Echo the user’s word back to the screen. Use the substring() methods to divide their word up into two, three-letter words. Use the concatenation operation (+) to put those two smaller words in reversed back together into a single six-letter word. Print this new six-letter word back to the screen. For example, if the user types in the word TEACUP, your program should change this word around to become CUPTEA instead

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning