Friday 8 April 2016

Week 7

We had a discussion on the previous lab test exercise. We also done extra exercise about the BMI calculator.

if ($BMI>= 30)
echo "obes";
elseif ($BMI>= 25)
echo "overweight";
elseif ($BMI>= 18.5)
echo "normal";
else
echo "underweight";


The is no lab class for this week.

No comments:

Post a Comment