Hi everybody
I am very new to Java and trying to help my daughter in a school project using BlueJ.
We need to create a todo list we called TodoList.
We have a number of tasks to accomplish, such as: "eat", "drink", "shower", "dress", "take the bus", etc.
Each would have a status value either False, indicating not done, or true indicating done.
My question is: how do I do this, the simplest way?
Thanks in advance
Regards
Eman
______________________________________
Eman
Technical User
I am very new to Java and trying to help my daughter in a school project using BlueJ.
We need to create a todo list we called TodoList.
We have a number of tasks to accomplish, such as: "eat", "drink", "shower", "dress", "take the bus", etc.
Each would have a status value either False, indicating not done, or true indicating done.
My question is: how do I do this, the simplest way?
Thanks in advance
Regards
Eman
______________________________________
Eman
Technical User