Write a simple line editor

Assignment Help JAVA Programming
Reference no: EM132081293

You need a program written in Java.

Write a simple line editor. Keep the entire text in an ArrayList object, one line in a separate index position. Start the program with entering EDIT file, 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 on line n. If I is not followed by a number, then insert the text on the current line.

If D is entered with two numbers n and m,one n, or no number then delete lines nthrough m, line n, or the current line. Do the same with command L, which stands for listing lines.

If A is entered, then append the text to the existing lines or the last line. Entry E signifies exit and saving a text file.

Example:

Input file: textin.txt

The first line

And another line

EDIT testin

1>The first line

2>

3> And another line

4> I 3

3> The second line

4> One more line

5> L

1>The first line

2>

3> The second line

4> One more line

5> And another line     // This is now line 5, not 3

5> D 2                          // line 5, since L was issued form line 5

4> L                             // line 4, since one line was deleted

1>The first line

2> The second line

3> One more line

4> And another line

5>D 2 4

4>L

1>The first line

2>A

1> not done yet

2> L

1>The first line not done yet

2> E

Output File: textout.txt

The first line not done yet

The lines that are left or changed after entering E must be saved in new text file. textout.txt

Reference no: EM132081293

Questions Cloud

Practice of public health : Brief description of the significance of why this disease is important for examination - you have the opportunity to share the significance of your results
Create an application that declares a class : Declare and implement one friend function in such way that, you shouldn't be able to modify, but only read the class attributes.
Explain briefly the components of balance sheet : Explain what does balance sheet show about a company? Explain briefly the components of balance sheet?
What is the value of the call option : Suppose the current price of the company's stock is $79. What is the value of the call option if the exercise price is $64 per share? (32.16.)
Write a simple line editor : Write a simple line editor. Keep the entire text in an ArrayList object, one line in a separate index position.
Appropriate time to harvest the entire crop of shrimp : Describe how you would determine the appropriate time to harvest the entire crop of shrimp.
What is its book value per share : The company has 1.5 million shares of common stock outstanding. What is its book value per share?
What should be the increase in operating income : Cayman has a 35% marginal tax rate. If Cayman's sales increase 7%, what should be the increase in operating income?
Evaluate the warehousing facility project : What discount rate (WACC) Vestor should use to evaluate the warehousing facility project.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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