Project 2: To-Do List
Description:
A simple console-based task manager that allows users to add, view, and remove tasks in a list.
Purpose:
To practice using List<T> in C#.
To build a menu-driven console program.
To improve understanding of loops and user input validation.
️ Features:
Add new tasks.
Display all tasks with numbering.
Remove tasks by number.
Continues running until the user exits.