Question: Using a loop ( either a for - loop or a while - loop ) calculate the body mass index of each row of the

Using a loop (either a for-loop or a while-loop) calculate the body mass index of each
row of the table using the following formula and store it in BMI. Hint: for each row,
get the weight value and the height value (ex. weight<- table[i,1], height<-table[i,2])
then use those values to calculate the BMI.703
heightheight
weight
BMI

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!