Question: Please solved urgenlty with java language solution , my time is limited 24.00 pm 8 hour is my deadline. LineEditor (7.5points) Write a simple line


Please solved urgenlty with java language solution , my time is limited 24.00 pm 8 hour is my deadline.
LineEditor (7.5points) Write a simple line editor. Keep the entire text on a linked list, one line in a separate node. Start the program with getting input file whose each line is a command, after which a prompt appears along with the line number. If the letter I is entered with a number n following it, then insert the text to be followed before line n. IfI is not followed by a number, then insert the text before the current line. If D is entered with two numbers n and m, one n, or no number following it, then delete lines n through m, line n, or the current line. When the command L is entered (which stands for listing lines) list all the current lines. If A is entered, then append the text to the existing lines. Entry E signifies exit and saving the text in a file. If the letter S is entered with a filename, save the editor contents to a file named filename All inputs are provided with a .txt file named InputFile.txt. All expected outputs have to save a text file named OutputFile.txt. USE LINKED LISTS TO SOLVE THIS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
