Created
January 23, 2019 23:21
-
-
Save ryanorsinger/8215fcc4b58931f32e5fc6fa15cd0961 to your computer and use it in GitHub Desktop.
Java TodoList
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Let's make a Java todo list | |
| 1. Make TodoList.java and add a main method. | |
| 2. Add a method for viewing all the todos inside of "todo.txt" | |
| 3. Add a method for adding new todo items | |
| BONUS: | |
| - Add a method named last() for showing the latest (last) todo. | |
| - Add a method named first() that prints out the first todo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment