Question: Here is an assignment for c++ class, thank you in advance! Your solution should use all three files listed below. 1.HeartRates.h (class specification file) 2.HeartRates.cpp

Here is an assignment for c++ class, thank you in advance!

Your solution should use all three files listed below.

1.HeartRates.h (class specification file)

2.HeartRates.cpp (class implementation file)

3.main.cpp (application program)

Here is an assignment for c++ class, thank you in advance! Yoursolution should use all three files listed below. 1.HeartRates.h (class specification file)

The formula for calculating your maximum heart rate in beats per minute is 220 minus your age in years. Your target heart rate is a range that is 50-85% of your maximum heart rate. Create a class called HeartRates. The class attributes should include the person's first name, last name and date of birth (consisting of separate attributes for the month of birth, day of birth, and year of birth). Your class should have a constructor that receives this data as parameters. For each attribute provide set and get functions. The class also should include a function getAge that calculates and returns the person's age (in years), a function getMaxiumumHeartRate that calculates and returns the person's maximum heart rate and a function getTargetHeartRate that calculates and returns the person's target heart rate. Function getAge should prompt the user to enter the current month, day and year before calculating the person's age. Write an application program that prompts for the person's information, creates an object of class HeartRates and prints the information from that object including the person's first name, last name and date of birth-then calculates and prints the person's age in (years), maximum heart rate and target-heart-rate range

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!