logo Practice-It logo

reverseLines

Language/Type: Java Scanner file processing
Author: Whitaker Brand

Write a method named reverseLines that accepts a Scanner containing an input file as a parameter and that echoes the input file to System.out with each line of text reversed. For example, given the following input file:

If this method works properly,
the lines of text in this file
will be reversed.

Remember that some lines might be blank.

your method should produce the following output:

,ylreporp skrow dohtem siht fI
elif siht ni txet fo senil eht
.desrever eb lliw

.knalb eb thgim senil emos taht rebmemeR

Notice that some of the input lines can be blank lines.

Type your solution here:


This is a method problem. Write a Java method as described. Do not write a complete program or class; just the method(s) above.

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.