Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Introduction to C Programming ( Target - Heart - Rate Calculator ) While exercising, you can use a heart-rate monitor to see that your heart

Introduction to C Programming

(Target-Heart-Rate Calculator) While exercising, you can use a heart-rate monitor to see that your heart rate stays within a safe range suggested by your trainers and doctors. According to the American Heart Association (AHA) 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, year of birth and the current year. Your class should have a constructor that receives this data as parameters.

For each attribute provide a property with set and get accessors. The class also should include a property that calculates and returns the person's age (in years), a property that calculates and returns the person's maximum heart rate and properties that calculate and return the person's minimum and maximum target heart rates. Write an app that prompts for the person's information, instantiates an object of class HeartRates and displays the information from that objectincluding the person's first name, last name and year of birth then calculates and displays 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Query Formulation And Administration Using Oracle And PostgreSQL

Authors: Michael Mannino

8th Edition

1948426951, 978-1948426954

More Books

Students also viewed these Databases questions