Question: Write a Java program which reads a text file and writes the content into a new file. During the read-write process, convert all the upper

Write a Java program which reads a text file and writes the content into a new file.

During the read-write process, convert all the upper case letters into lower case ones.

In other words, your programming task is to create a new file with the same content of the original file, only that all the upper case letters are converted into lower case ones in the new file.

Create your own text file to test your program.

Thank you :)

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!