This paper circulates around the core theme of Your task: Create a program called together with its essential aspects. It has been reviewed and purchased by the majority of students thus, this paper is rated 4.8 out of 5 points by the students. In addition to this, the price of this paper commences from £ 99. To get this paper written from the scratch, order this assignment now. 100% confidential, 100% plagiarism-free.
Your task: Create a program called "enquote" that takes two arguments from the command line. The first argument
will be the name or path of the input file, (i.e. a file to read from) and the second argument output file (i.e.
a file to write to). Your program will read each line from the input file and write it to the output file with
each line presented in quotation marks. E.g. If the input file contains the text :-
The quick brown.
fox jumped over.
the lazy dogs tail.
Then after running your program the output file will contain.