Adding Parameters
v The body mass problems can be fixed without dieting
v Introduce parameters ...
v Formal parameters are part of the formal definition
v Formal parameters are “declared” in the
parenthesized list following the procedure name
v To call the procedure, give the actual parameters
Call BMI(BMIndex, BMIweight, BMIheight)
BMIndex = 4.89 * BMIweight /(BMIheight/12)^2