Question: create a new Java application called BackwardsStrings (without the quotation marks) that: Prompts the user at the command line for one 3-character string. Then (after

create a new Java application called "BackwardsStrings" (without the quotation marks) that:

Prompts the user at the command line for one 3-character string.

Then (after the user inputs that first 3-character string) prompts the user for another 3-character string.

Then prints out the two input strings with a space between them.

Finally prints on a separate line the two input strings 'in reverse' (see example below) with a space between them.

So, for example, if the first string is 'usr' and the second string is 'bin', your program would output something like the following:

The two strings you entered are: usr bin. The two strings in reverse are: nib rsu. 

Note that the reversed SECOND string comes FIRST when printing the strings in reverse.

See Horstmann pp. 62-63 for some ideas. Make sure your program includes the command line prompts for the user and that it formats the output appropriately.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!