المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ضروري جدا جدا



ميرونه
11-03-2011, 08:54 PM
كيف أكتب هاالبرنامج(أرجوكم ساعدوني)!!!!:ee2::ee2::ee2:
Your task is to design, write, and run java algorithm to messier the body mass index (BMI) using an interface to allow the user to key in the values of the user weight in kilograms and value of the user height in centimeters to calculate the BMI and store it in an array. Your algorithm should generate different messages based on the BMI values:
· BMI = <18.5 (your weight is under weight)
· BMI = 18.5-24.9 (your weight is normal weight)
· BMI = 25-29.9 (your weight is over weight)
· BMI = 30 & above (your are obese)