Write a C++ program to the donor and address details and display it. The class Address has the following public data members. Data Type string string string string Variable street city state country The class Donor has the following public data members. Data Type string int float Address Variable name age height address Include the following method in the Donor class. Method void displayDetails() Member Function To display all the details of a donor. In the main() method, obtain address and donor details from the user in the console and display it by calling displayDetails() method in Donor class. [All text in bold corresponds to input and rest corresponds to output] Sample Input and Output 1: Enter the name: Riya Enter the age: 22 Enter the height: 155.5 Enter the weight: 47 Enter the street: 2b,NWStreet Enter the city : Provo Enter the state: Utah Enter the country: America Name :Riya Age :22 Height:155.5 Weight :47 Street :2b,NWStreet City :Provo State :Utah Country :America

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 2PE
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 , donor.cpp , address.cpp )

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

 

MAIN.CPP TEMPLATE 

#include <iostream>
#include<string.h>
#include "Donor.cpp"
using namespace std;

int main()
{


//Fill your code


}

 

 

Donor.cpp TEMPLATE 

#include <iostream>
#include<string.h>
#include "Address.cpp"
using namespace std;

class Donor
{
public:
string name;
int age;
float height;
float weight;
Address address;

void displayDetails()
{


//Fill your code

}
};

 

Address.cpp TEMPLATE 

#include <iostream>
#include<string.h>
using namespace std;

class Address
{
public:
string street;
string city;
string state;
string country;
};

Dev is a third-year MBBS student in Provo. His College has planned to conduct the 4th International
Conference on Advancement in Hematology and Oncology. Doctors and people who involved in social
activities from all over the world were invited to this conference. They also have a session for blood
donation awareness in this conference where all the participants can donate their blood.
Strictly adhere to the Object-Oriented specifications given in the problem statement. All class
names, member variable names, and function names should be the same as specified in the problem
statement.
Write a C++ program to the donor and address details and display it.
The class Address has the following public data members.
Data Type
string
string
string
string
Variable
street
city
state
country
The class Donor has the following public data members.
Data Type
string
int
Variable
name
float
Address
age
height
address
Include the following method in the Donor class.
Method
Member Function
void displayDetails()
To display all the details of a donor.
In the main() method, obtain address and donor details from the user in the console and display it by
calling displayDetails() method in Donor class.
[All text in bold corresponds to input and rest corresponds to output]
Sample Input and Output 1:
Enter the name:
Riya
Enter the age:
22
Enter the height:
155.5
Enter the weight:
47
Enter the street :
2b,NWStreet
Enter the city:
Provo
Enter the state:
Utah
Enter the country:
America
Name :Riya
Age :22
Height:155.5
Weight :47
Street :2b,NWStreet
City :Provo
State :Utah
Country :America
Transcribed Image Text:Dev is a third-year MBBS student in Provo. His College has planned to conduct the 4th International Conference on Advancement in Hematology and Oncology. Doctors and people who involved in social activities from all over the world were invited to this conference. They also have a session for blood donation awareness in this conference where all the participants can donate their blood. Strictly adhere to the Object-Oriented specifications given in the problem statement. All class names, member variable names, and function names should be the same as specified in the problem statement. Write a C++ program to the donor and address details and display it. The class Address has the following public data members. Data Type string string string string Variable street city state country The class Donor has the following public data members. Data Type string int Variable name float Address age height address Include the following method in the Donor class. Method Member Function void displayDetails() To display all the details of a donor. In the main() method, obtain address and donor details from the user in the console and display it by calling displayDetails() method in Donor class. [All text in bold corresponds to input and rest corresponds to output] Sample Input and Output 1: Enter the name: Riya Enter the age: 22 Enter the height: 155.5 Enter the weight: 47 Enter the street : 2b,NWStreet Enter the city: Provo Enter the state: Utah Enter the country: America Name :Riya Age :22 Height:155.5 Weight :47 Street :2b,NWStreet City :Provo State :Utah Country :America
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Linux
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,