nt will HARD: Given the information below for Tom and Jerry. Tom- height: 9in mass: 8 g mass: 45 g • Jerry-height: 10in
Posted: Fri Jul 08, 2022 6:44 am
nt will HARD: Given the information below for Tom and Jerry. Tom- height: 9in mass: 8 g mass: 45 g • Jerry-height: 10in Compare the BMI (Body Mass Index) of Tom & Jerry using the formula below: BMI = mass/height ^2= mass/ (height" height) Store Tom & Jerry's mass and height as variables. Calculate both their BMI's. Create a Boolean variable containing information about whether Tom has a higher BMI than Jerry. Print a string to the console with the variable from step 3 (e.g. Is Tom's BMI higher than Jerry's? false). Submission