Question: Write a java program with two methods, main and a method called printReverse. In the main method of the program, it should be interactive, so
Write a java program with two methods, main and a method called printReverse. In the main method of the program, it should be interactive, so make sure to enter a phrase and pass the user input as an argument to printReverse. printReverse accepts a string as its parameter and prints the characters in opposite order
For example, a call of printReverse(hello there!) should print !ereht olleh. If the empty string is passed, the method should produce no output.
No while loops.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
