Question: Adding line numbers to a file 1. Begin with the supplied file TemplateLab5Bronze.java. 2. Complete the main method so that it will read in the
Adding line numbers to a file 1. Begin with the supplied file TemplateLab5Bronze.java. 2. Complete the main method so that it will read in the supplied file testlabSBronze.txt and write out a modified version of this file as output Lab5Bronze. txt(These two names are predefined for you as global constants ) The output file should be the same as the input file, except that every line should have a line number added to the front, in the format shown below. The supplied file testLab5Bronze. txt contains: This is the top line The previous one is blank. Short one. This is the last one. Your program should create an output file outputLabSBronze.txt which contains: 1: This is the top line a: The previous one is blank. 4: Short one. 5: This is the last one
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
