1)Write a member function named addDrug which accepts 3 parameters name, price, and quantity of a drug, then add it to the list 2) Write a member function named getDrug which accepts an integer parameter that represents the index (location) of the drug then returns name and quantity of this drug from the specific location. (Remember: You should check the location if it is in the list range or not. Otherwise, print "Out of range"). 3) Write a member function named printAllHigher will accept a double parameter represents a price then, prints all drugs name which prices are higher than the parameter.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Question

write c++ program to solve this problem in pictures below

O Challenge task
Use the following UML class diagrams for Pharmacy class and Drug struct to Complete the Pharmacy class by
writing the implementation of the required functions outside the class interface.
Pharmacy
Drug
drugs [60]: Drug
length: int
//number of drugs
name: string
price: double
+ Pharmacy()
quantity: int
+ isFull () : bool
+ isEmpyt (): bool
+ getNumDrugs (): int
+ printAllDrugs () : void
+ addDrug (string, double, int): void
+ getDrug (int,string & , int&): void
+ printAllHigher (double): void
+ -Pharmacy ()
Transcribed Image Text:O Challenge task Use the following UML class diagrams for Pharmacy class and Drug struct to Complete the Pharmacy class by writing the implementation of the required functions outside the class interface. Pharmacy Drug drugs [60]: Drug length: int //number of drugs name: string price: double + Pharmacy() quantity: int + isFull () : bool + isEmpyt (): bool + getNumDrugs (): int + printAllDrugs () : void + addDrug (string, double, int): void + getDrug (int,string & , int&): void + printAllHigher (double): void + -Pharmacy ()
1)Write a member function named addDrug which accepts 3 parameters name, price, and quantity of a drug, then add it to the list
2) Write a member function named getDrug which accepts an integer parameter that represents the index (location) of the drug
then returns name and quantity of this drug from the specific location. (Remember: You should check the location if it is in the list
range or not. Otherwise, print "Out of range").
3) Write a member function named printAllHigher will accept a double parameter represents a price then, prints all drugs
name which prices are higher than the parameter.
4) Write a non-member function named largerPharmacy that takes 2 objects of type Pharmacy by reference and returns the
Pharmacy that contains number of drugs more than the other.
- The main is given to you.
Constraints
None
S Input Format
You must enter 3 drugs for the first pharmacy and 6 drugs for the second pharmacy (i.e. 9 string values for name,
9 double values for price, and 9 integer values for quantity)
followed by one double value
E Output Format
See the sample
O Sample #1
Input
Transcribed Image Text:1)Write a member function named addDrug which accepts 3 parameters name, price, and quantity of a drug, then add it to the list 2) Write a member function named getDrug which accepts an integer parameter that represents the index (location) of the drug then returns name and quantity of this drug from the specific location. (Remember: You should check the location if it is in the list range or not. Otherwise, print "Out of range"). 3) Write a member function named printAllHigher will accept a double parameter represents a price then, prints all drugs name which prices are higher than the parameter. 4) Write a non-member function named largerPharmacy that takes 2 objects of type Pharmacy by reference and returns the Pharmacy that contains number of drugs more than the other. - The main is given to you. Constraints None S Input Format You must enter 3 drugs for the first pharmacy and 6 drugs for the second pharmacy (i.e. 9 string values for name, 9 double values for price, and 9 integer values for quantity) followed by one double value E Output Format See the sample O Sample #1 Input
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY