subject

C++ programming Coding master help me
NO LINKS please

Create a typedef structure called Doctor that indudes medical license (strin g). name of the doctor (string), channeling fee (float) and the number of patients checked during the week (int array). Write a function called getData() which is the data type of Doctor that reads the details of Doctor and store them in the vahsable of the Doctor typedef structure. Hint Use the given function prototype as Doctor getData(Doctord): Write a function called calDocFee() which takes three parameters, channel fe e of the doctor, number of patients channeled in a week (7 days) array and the size of the array. Find the total charges for channeling of the doctor and print the total channeling fee. Call the getData() and calDocFee() functions in the main function to print thef ollowing output as required. Output Enter Medical license: M: SL15789 Enter the Name of the doctor: Amal

Enter the channelling fee:1500.00

Enter the number of patients - Day 1:3
Enter the number of patients- Day 2:4
Enter the number of patients- Day 3:6
Enter the number of patients- Day 4:7
Enter the number of patients- Day 5:3
Enter the number of patients- Day 6:9
Enter the number of patients- Day 7:10
Total channelling fee:63000​

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:00
While inserting images, the picture command is usually used to insert photos from a digital camera, and the clip art command is usually used to a.edit the sizes and other characteristics of photos that have been inserted. b.take a screenshot of an image and copy it to the clipboard for pasting. c.search for drawings or other images from a library of prepared pictures. d.make illustrations using lines and shapes that are easy to manipulate.
Answers: 1
question
Computers and Technology, 25.06.2019 04:10
While creating a web page, what does each of the following html tags define? 1. 2. 3. 4. a. defines a new paragraph b. defines a term c. defines a single line break d. defines a heading
Answers: 1
question
Computers and Technology, 25.06.2019 14:00
4. what aspect of the initial database planning process would the formula (0 + pt × 3 + p)/5 be used in? a. time estimation b. budgeting c. workforce forecasting d. entity prediction
Answers: 1
question
Computers and Technology, 25.06.2019 15:30
Finally, think about a way to add 1 to the score each time the ball touches the edge of the stage. see if you can add this to the project. answer quickly
Answers: 1
You know the right answer?
C++ programming Coding master help me
NO LINKS please

Create a typedef structure ca...
Questions
Questions on the website: 13722363