Simplest Solution
A possible solution, using arrays but not resizing them, is as follows:
You can download it here
Using Classes
Another solution is to create a class for “todo list items” and to
create an array of them. That is, have a class file Todo.cs
along the
lines of
and then to create and manipulate arrays of Todo
objects, for example
as follows: