Question: Create Project IT162Test2## (where ## is your initials) and create NoteKeeper.java to allow the user to store notes in a txt file. (70 points) Demonstrate

Create Project IT162Test2## (where ## is your initials) and create NoteKeeper.java to allow the user to store notes in a txt file. (70 points)

Demonstrate that you can access a text file by creating it, adding records to it, and printing the contents of the file.

Prompt the user for directory name and the file name with .txt extension.

If the file already exists, display \"File already exists\".If the file does not exist, create it and send a message that the \"File created\"

Allow the user to enter data into the file by prompting the user to enter the input.

Type what you want to add to your file. Press Enter twice to exit.

Once the user finishes, print the file contents to the screen.

Be sure to create a class with at least 3 methods.

Be sure to include the JavaDoc comments above the class and above every method. (10 points)

Create the JavaDoc for your project. (10 points)

Provide a print-screen of your test results. (10 points)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!