Question
I Need help with a python code / program. Here are the program requirements: (Note I have 60% Written but can get it to work.
I Need help with a python code / program. Here are the program requirements: (Note I have 60% Written but can get it to work. I got the names and age to wok)
Program Specification
- You will ask the user to enter his or her first name.
- You will ask the user to enter his or her last name.
- You will ask the user to enter his or her height and weight.
- You will ask the user the number of days he or she has gone running.
Here is the assumption for the calculation
A stool is 1.5 feet high
A chair is 3.4 feet high
A person will lose pound for each day he or she goes running.
Calculations within the programs must be as follow
- You are to calculate the persons new weight based on the current weight and the number of days the person ran.
- You are to calculate how tall a person would be from the floor to the top of their head if they were standing on 3 stools and 2 chairs
Here is the sample output
Hello Alex Rodriguez
You weight is 280.5 pounds.
You are 6.1 feet tall.
You ran 4 days
Based on your running routine you now weigh 275.3 pounds.
If you stood on 3 stools and 2 chairs you would be 17.9 feet tall.
(Regardless of the user input, your code should produce the correct results)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started