Question: Create a program called Mirror.java which prompts the user for the name of a file to read reads the file and prints each line of
Create a program called Mirror.java which
- prompts the user for the name of a file to read
- reads the file and prints each line of the file with the words in reverse.
For example, given the following input file:
When the method works correctly, all lines of text in this file will be mirrored.
Your program should print the following output:
correctly, works method the When file this in text of lines all mirrored. be will
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
