Question
- Use at least two functions --- main() and calculation(). - All calculations should happen in calculation function. - Remember to call the main function
- Use at least two functions --- main() and calculation().
- All calculations should happen in calculation function.
- Remember to call the main function very last.
- Input and output should happen in the main function. Call and pass variables into the calculation function from within the main function, be sure to return the answer back to the main function into another variable.
USE PYTHON
1. Write a program that asks the user for their height in inches and weight in pounds and converts it and calculates their BMI. Then, print out if they are underweight, overweight, or just right. (use if statement)
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