Problem of the Day
A new programming or logic puzzle every Mon-Fri

To-do List

It always helps to have someone to organize your tasks for the day. So for today's task we're going to make a basic to-do list. When the program first runs it will read from a text file and print line by line each item in the list. Then the program will allow for user input. Every time enter is pressed a new line is inserted in to the text file. At the end of the day you'll have a text file with all the things you need to do.

For a bonus create a way to remove items from your to-do list.

Permalink: http://problemotd.com/problem/to-do-list/

Comments:

  • There are currently no comments. You can be first!

Content curated by @MaxBurstein