Question: Create a class called FileInputOutputPractice which includes the main method. The program reads line by line from an input file (named as activity5_input.txt), adds line
Create a class called FileInputOutputPractice which includes the main method. The program reads line by line from an input file (named as "activity5_input.txt"), adds line number at the beginning of each line and converts each line to uppercase, and then writes to a separate file called "activity5_output.txt". Make sure you include exception handling code for file I/O. Also make sure to include "import java.io.*;" statement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
