Question: How to solve it by C++ using LinkedList? 4. Nursery Management System a. b. c. This system is used by nurseries to manage babysitters and
How to solve it by C++ using LinkedList?
4. Nursery Management System a. b. c. This system is used by nurseries to manage babysitters and children information. Developing such a system requires different information. Some of the requirements for this system include but not limited to the following: i. The system should be able to store: Child details. (name, age, address, etc.) Babysitter details. (name, phone, ID, availability status etc.) ii. The following are some instructions that should be implemented in the svstem: Add new child/babysitter. Assign babvsitter to child Remove babysitter from child details and vice versa Update child/babysitter details. Delete child/babysitter records. Show child/babysitter lists. Search child details. (this includes babysitter details) Search babysitter details. (this includes child details). 4. Nursery Management System a. b. c. This system is used by nurseries to manage babysitters and children information. Developing such a system requires different information. Some of the requirements for this system include but not limited to the following: i. The system should be able to store: Child details. (name, age, address, etc.) Babysitter details. (name, phone, ID, availability status etc.) ii. The following are some instructions that should be implemented in the svstem: Add new child/babysitter. Assign babvsitter to child Remove babysitter from child details and vice versa Update child/babysitter details. Delete child/babysitter records. Show child/babysitter lists. Search child details. (this includes babysitter details) Search babysitter details. (this includes child details)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
