During holidays or on weekends, a family or an individual typically rents a movie either from a local store or online. T
Posted: Sat May 14, 2022 4:52 pm
During holidays or on weekends, a family or an
individual typically rents a movie either from a local store or
online. Therefore, write a program that does the
following:
1.Rent a video/check out a video
2.Return, or check in, a video.
3. Create a list of videos owned by the
store.
4. Show the details of a particular video.
5.Print a list of all the videos in the
store.
6.Check whether a particular video is in the
store.
7.Maintain a customer database.
8. Print a list of all the videos rented by each
customer.
please write this with c++ code using one or two data
structure concept (struct , stack , queue ,
circular queue, link list , double link list , tree , graph
).
individual typically rents a movie either from a local store or
online. Therefore, write a program that does the
following:
1.Rent a video/check out a video
2.Return, or check in, a video.
3. Create a list of videos owned by the
store.
4. Show the details of a particular video.
5.Print a list of all the videos in the
store.
6.Check whether a particular video is in the
store.
7.Maintain a customer database.
8. Print a list of all the videos rented by each
customer.
please write this with c++ code using one or two data
structure concept (struct , stack , queue ,
circular queue, link list , double link list , tree , graph
).