Question: Create a program that takes user input as String and displays the each word in that String in reverse order. For example, if the String
Create a program that takes user input as String and displays the each word in that String in reverse order.
For example, if the String is "Java is awesome", the output should be "avaJ si emosewa".
Please be aware that this program should not reverse the whole string but each word of that string.
please use java to create a code.
So your output should be similar to this:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
