Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using c++ There is a formula that will calculate your target heart rate zone for aerobic exercise Lower limit (bpm) 60% of the difference between

Using c++
image text in transcribed
There is a formula that will calculate your target heart rate zone for aerobic exercise Lower limit (bpm) 60% of the difference between 220 and your age upper limit (bpm)-75% of the difference between 220 and your age As with the previous exercises, create a new file, 1abe1_ex3.cpp Your program will take a users age from standard input (cin), and output (cout) their target heart rate zone, showing both the lower and upper limits, as floating-point values. (Note that if a floating point value is an exact whole number -i.e. the decimal part is exactly.0-C+ will drop the decimal in the display; so 731.0 will display as 731). Example: (user input is bold and underlined): What is your age? 25 Your target heart rate is between 117 and 146.25 bpm

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

Students also viewed these Databases questions

Question

Has the team been empowered to prioritize the issues?

Answered: 1 week ago

Question

b. Does senior management trust the team?

Answered: 1 week ago

Question

c. How is trust demonstrated?

Answered: 1 week ago