PLEASE HELP – CODE IN C++
Write a program that creates a “todo” list. This is an array ofstructs (of size 7) consisting of a day (int) and a chore(string).The program has a non repeating menu with options to display thelist of chores, replace a chore or quit.
The program reads the days and chores from a file calleddata.txt and populates the array for the seven days.
d – displays the entire list of chores
q – quits the program and says good bye
c- asks for the day and changes the chore for that day
Monday : laundry Thursday : dentist appt Saturday : study
OR
OR