Programming Fundamentals
วันอาทิตย์ที่ 23 สิงหาคม พ.ศ. 2558
Lab1 BMI
void setup() {
float BMI;
float W = 65; //weight
float H = 175; //height
float Hh = (H/100);
BMI = W/(Hh*Hh);
println("Weight =" +W ,"kg");
println("Height =" +H ,"cm");
println("BMI = "+BMI);
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น