Question: CSCI2010L Programming II - Lab 2 To Do List This program should implement & to do list. Within the BlueJ IDE, create a project called
CSCI2010L Programming II - Lab 2 To Do List This program should implement & "to do" list. Within the BlueJ IDE, create a project called Lab2-YOUR NAME. This project first class is the Main class containing the main method. t must do all of the inpui program So, it will prompt the user for a command and then read the response should have 2 dlasses. The of the input and output of your the second The second class file should contain the to do list and provide methods that modity the list as by the following set of commands List- prints the current list in order (preceded with numbers 1 to n) New- adds the specified item (rest of the linel to the end of the lnt Change n to m -moves item n in the Bist to posision m Done n -mark item n in the list as complete(wil no longer show in the list) Quit- stops this program See the back of this assignment for an example of the required output from this program. The user inputs are in bold font When your lab software is completed, and Javadoc comments are added for all classes, methads parameters, and return values, submit your entire project as a compressed zip fie in the Canvas site for the Lab
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
