It's Binary code simple as that its made of 8 1's and 0's
Explanation:
it is false because it is not appropriate
Answer:
weightPound = float(input("Enter your weight in pounds "))
heightInches = float(input("Enter your height in inches "))
weightKg = weightPound*0.453592
heightMeter = heightInches*0.0254
BodyMassIndex = weightKg/(heightMeter*heightMeter)
print("")
print("Your Weight in kilograms is: ")
print(weightKg)
print("Your Height in meters is: ")
print(heightMeter)
print("Your Body Mass Index is: ")
print(BodyMassIndex)
Explanation:
- Above is a Python Script to accomplish the task
- See attached image for the program output.
- Observe that we used the formula weight/height*height to calculate the Body Mass Index
- Observe also the conversion from pounds to Kilogram and inches to meters
A macro virus is a specific type of virus wherein it attaches to word processing documents like MS Word or MS Excel files. Furthermore, this virus would launch commands wherein it automatically starts certain programs that consume a lot of you computer memory. However, it could just be easily removed by an anti-malware tool.