Projet On Fundamentals of Programming in C++ 1
Projet On Fundamentals of Programming in C++ 1
Name ID No
1.Denansa senbetu ……….........................01003
2. Abdulnasir jelalu…………….………..01015
July, 2024
Project Title
Function
The function of this program is to manage tasks through a console-based interface. It performs the
following operations:
1.Display Menu: Presents a menu to the user with options to add a task, view tasks, or exit the
program.
2.Add Task: Allows the user to input a new task name, which is then stored in a list of tasks with a
status of “Pending”.
3.View Tasks: Displays the list of tasks with their names and current completion status
(“Completed” or “Pending”).