Write a C++ program to collect all the information of doctors and display the information with their specialization. Create the class named Doctor with the following public attributes Data Type string int int Variable Name name age experience specialization string Use default constructor and initialize the specialization attribute as "pediatrician". In the main() method, obtain input from the user in the console and display it. Input and output format: The first input is a string that corresponds to the name of the doctor. The second input is an integer that corresponds to the age of the doctor. The third input is an integer that corresponds to the years of experience of the doctor. Refer to Sample Input and Output for formatting specifications. [All text in bold corresponds to input and the rest corresponds to output] Sample Input and Output : Enter the name: sam Enter the age : 45 Enter the years of experience: 6 sam 45 6 pediatrician

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.2: Providing Class Conversion Capabilities
Problem 2E
icon
Related questions
Question

QUESTION PROVIDED IN ATTACH IMAGE KINDLY SEE. PROVIDE OUTPUT AS IT IS SHOWN IN QUESTION.

 

AND BELOW TEMPLATES PROVIDED CHECK THIS BEFORE MAKING SOLUTION ( main.cpp  )

----------------- TEMPLATES BELOW FOR SOLUTION -----------------------

 

main.cpp

#include<iostream>
#include "Doctor.cpp"
using namespace std;

int main()
{

//Fill your code here

return 0;

}

 

Write a C++ program to collect all the information of doctors and display the information with their
specialization.
Create the class named Doctor with the following public attributes
Data Type
string
lint
Variable Name
name
age
experience
specialization
int
string
Use default constructor and initialize the specialization attribute as "pediatrician".
In the main() method, obtain input from the user in the console and display it.
Input and output format:
The first input is a string that corresponds to the name of the doctor.
The second
is an integer that corresponds to the age of the doctor.
The third input is an integer that corresponds to the years of experience of the doctor.
Refer to Sample Input and Output for formatting specifications.
[All text in bold corresponds to input and the rest corresponds to output]
Sample Input and Output :
Enter the name:
sam
Enter the age:
45
Enter the years of experience:
6
sam
45
6
pediatrician
Transcribed Image Text:Write a C++ program to collect all the information of doctors and display the information with their specialization. Create the class named Doctor with the following public attributes Data Type string lint Variable Name name age experience specialization int string Use default constructor and initialize the specialization attribute as "pediatrician". In the main() method, obtain input from the user in the console and display it. Input and output format: The first input is a string that corresponds to the name of the doctor. The second is an integer that corresponds to the age of the doctor. The third input is an integer that corresponds to the years of experience of the doctor. Refer to Sample Input and Output for formatting specifications. [All text in bold corresponds to input and the rest corresponds to output] Sample Input and Output : Enter the name: sam Enter the age: 45 Enter the years of experience: 6 sam 45 6 pediatrician
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Database connectivity
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning