Print the input file data to an output file

Assignment Help Computer Engineering
Reference no: EM132211406

Write a program that reads an input file then print the input file data to an output file but with the following additions

1. each line in the outpfile is prefixed with the current line number, first line with 1. Second line with 2. etc

2. all empty lines or lines containing all blanks are not to be written to the output file

3. The program must not throw a FileNotFoundException, rather it should catch the exception in the program and ask the user again for a new input file name.

Keep repeating until no exception is generated from opening the file to read and write.

Sample run if file Lab.java does not exist and Lab4.java exists

Please enter input file name: Lab.java

Please enter outputfile name: Lab.out

File does not exist

Please enter input file name: Lab4.java

Please enter outputfile name: Lab.out

Input File :

public class Lab4

{

public static void main(String[] args) throws FileNotFoundException

{

String a = "c3.txt";

String x = "xyz.txt";

File b = new File(a);

Scanner in = new Scanner(b);

Scanner key = new Scanner(System.in);

String data = "";

 

while (in.hasNextLine())

{

data += in.nextLine();

}

 

String d = key.next();

d = key.next();

d = d + data;

System.out.println(d);

}

}

Output file

1. public class Lab

2. {

3. public static void main(String[] args) throws FileNotFoundException

4. {

5. String a = "c3.txt";

6. String x = "xyz.txt";

7. File b = new File(a);

8. Scanner in = new Scanner(b);

9. Scanner key = new Scanner(System.in);

10. String data = "";

11. while (in.hasNextLine())

12. {

13. data += in.nextLine();

14. }

15. String d = key.next();

16. d = key.next();

17. d = d + data;

18. System.out.println(d);

19.

20. }

21. }

Reference no: EM132211406

Questions Cloud

Write a program that solves the knapsack problem : Write a program that solves the Knapsack problem. Code to the following standards. Your source of items to put into the knapsack should consist of five randomly
Write a program that reads a file from a standard input : Write a program that reads a file from a standard input and rewrites the file to standard output, replacing all tab characters.
Calculate the volume and surface area of a sphere : Write a program to read in a radius from the keyboard, and then calculate the volume and surface area of a sphere.
Write a program segement in assembly language : Write a program segement in assembly language to read 10 integer numbers and store them into a one dimensional array. The program should calculate.
Print the input file data to an output file : Write a program that reads an input file then print the input file data to an output file
Draw the dependency diagram : Assignment Task - Given that information, draw the dependency diagram. Make sure that you label the transitive and/or partial dependencies
What price would the bonds sell : Dooley, Inc., has outstanding $100 million bonds that pay an annual coupon rate of interest of 11 percent. Par value of each bond is $1,000.
Calculate the payback period : McGilla Golf has decided to sell a new line of golf clubs. The clubs will sell for $875 per set and have a variable cost of $430 per set.
Discuss differences between the two professions : Discuss the similarities and the differences between the two professions in general terms. Examine the difference between internal and external auditing.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd