Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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?image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago