You are on page 1of 1

Computer 10 First Quarter Exam

Instructions: Create the Pseudocode of the application given the description below.
Description: An application that will calculate the user’s BMI base on the height and weight. Display
the BMI and the category.
BMI Category:
• Normal if BMI is 18.5 to 24.9;
• Underweight if BMI is less than 18.5;
• Overweight if BMI is 25 to 29.9;
• Obese if BMI is 30 and above
BMI Formula: BMI = kg/m2

Submission: Submit your Pseudocode in MS Word. Use font Arial, size 12.
Save your output as: Grade&Section-Lastname,Firstname

You might also like