Question: How to write this simple program in Java? Prompt the user to input something through a scanner Output the first half of characters from the
How to write this simple program in Java?
- Prompt the user to input something through a scanner
- Output the first half of characters from the users input in java but in a reversed order.
- If the number of characters from the user is even, output the first half in reversed order. Ex. If the user enters Amazing!, the output would be zamA
- If the number of characters from the user is odd, output the first half and the middle character in reversed order. Ex. If the user enters Amazing, the output would be zamA
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
