Answer:
weight = float(input("Enter your weight in pounds: "))
height = float(input("Enter your height in inches: "))
weight = weight * 0.45359237
height = height * 0.0254
bmi = weight / (height * height)
print("Your BMI is: %.4f" % bmi)
Explanation:
*The code is written in Python.
Ask the user to enter weight in pounds and height in inches
Convert the weight into kilograms and height into meters using given conversion rates
Calculate the BMI using given formula
Print the BMI
<span> the new way of </span>removing duplicates<span> from an iterable while keeping it in the original order </span>
Answer:
The answer is "A) Age in 20 years"
Explanation:
Assuming currentAge is declared and is an integer, you are adding 20 to your current age which means it will print your age in 20 years.
Id say (B)
File, Permissions, Restrict Editing, Editing Restrictions, Comments, Start Enforcement, then enter her password
However much you may want your reviewers to make comments
and suggest changes in a document, there may be times when you want to restrict them from changing the content you have created. To restrict formatting in a
document, you can click restrict formatting in the protect section of the
review tab and follow the procedure in the answer above.