Create a program replaces each line of a file


Discuss the below:

Q: Create a program that replaces each line of a file with its reverse. For example, if you run

java Reverse HelloPrinter.java

then the contents of HelloPrinter.java are changed to

retnirPolleH ssalc cilbup
{
)sgra ][gnirtS(niam diov citats cilbup
{
wodniw elosnoc eht ni gniteerg a yalpsiD //

;)"!dlroW ,olleH"(nltnirp.tuo.metsyS
}
}

Of course, if you run Reverse twice on the same file, you get back the original file.

Your main class should be called Reverse.

Run your program with these command-line arguments:

java Reverse input.txt

You need to supply the following class in your solution:

Reverser

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Create a program replaces each line of a file
Reference No:- TGS01934426

Now Priced at $20 (50% Discount)

Recommended (94%)

Rated (4.6/5)