Introduction - If you have any usage issues, please Google them yourself
Write a program that takes a user s age and outputs their target heart rate zone (output both the lower and upper limits, as floating-point values).
Example:
What is your age? 25
Your target heart rate is between 117 and 146.25 bpm.