garzacon6773 garzacon6773
  • 07-08-2020
  • Computers and Technology
contestada

10.7 LAB: Fat-burning heart rate Write a program that calculates an adult's fat-burning heart rate, which is 70% of 220 minus the person's age. Complete fat_burning_heart_rate() to

Respuesta :

raskolnikov
raskolnikov raskolnikov
  • 07-08-2020

Answer:

I've written in python

Explanation:

age = int(input("Enter the person's age: ")

def fat_burning_heart_rate(x):

rate =( 70/100 * 220 ) - age

print(fat_burning_heart_rate(age))

Answer Link

Otras preguntas

how do you write the cos 18° in terms of the sine.
Find the volume of a sphere with a radius of 5m. Remember that the volume of a sphere is 4/3pir^3
A salesperson set a goal to earn $3,000 in July. He receives a base salary of $1,200 per month as well as a 10% commission for all sales in that month. How many
what are the three particles of an atom
What is the precent of 2 is 8?
And the last question is: The sum of two consecutive integers is at least 14. What is the least possible pair of integers? A) 4 and 5 B) g and 7 C) 7 and 8 D)
Why was the Berlin Airlift necessary?A.The Allies had expended most of their military supplies in West Berlin.B.The Allies insisted on making economic reforms t
What infinity multiplied by pi
What precent of 14 is 4.34?
Find the volume of a sphere with a radius of 5m. Remember that the volume of a sphere is 4/3pir^3