In python:
age = float(input("How old are you? "))
weight = float(input("How much do you weigh? "))
heart_rate = float(input("What's your heart rate? "))
time = float(input("What's the time? "))
print("The calories burned for men is {}, and the calories burned for women is {}.".format(
((age * 0.2017) - (weight * 0.09036) + (heart_rate * 0.6309) - 55.0969) * (time / 4.184),
((age * 0.074) - (weight * 0.05741) + (heart_rate * 0.4472) - 20.4022) * (time / 4.184)))
This is the program.
When you enter 49 155 148 60, the output is:
The calories burned for men is 489.77724665391963, and the calories burned for women is 580.939531548757.
Round to whatever you desire.
Answer A. Hope it helped c:
A lot of people do love going on different kinds of adventures. People do like adventures because;
- It helps to improve their physical health and it also hinders/ treat different scope or range of health issues.
- It helps to make the human brain bigger that is, adventures such as hiking or walking helps to grow the brains.
- People go on adventures so as to build or raise their tolerance level such as Tolerance for uncertainty.
- Adventures helps to improve one's reflectiveness and mental skill
- It gives you new ideas, feeds your dreams and also helps to builds your confidence.
Adventure is simply defined as the act of been involved in an unusual or exciting experience or any activity. It can be hazardous in nature.
Learn more about adventure from
brainly.com/question/25950911
Answer:
the main principles of DevOps are automation, continuous delivery, and fast reaction to feedback. You can find a more detailed explanation of DevOps pillars in the CAMS acronym: Culture represented by human communication, technical processes, and tools.
Can you like translate it to English so I can understand lol