วันพุธที่ 19 สิงหาคม พ.ศ. 2558

Lab01 : BMI

void setup(){
  size(400,120);
  background(#7DED65);
  fill(#48A733);
 float w=60;
 float h=175;
 float d=h/100;
 float BMI=w/(d*d);
 textSize(30);
 text("BMI : " + BMI,0,30);
 text("Width : " + w + " kg",0,60);
 text("Height : " + h + " cm",0,90);
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

commit เพิ่มเติม : เพื่ม userstory, bookmark

>>  add userstory ทำการเพิ่ม userstory ใน functional tests >>  add bookmark for user เพิ่มระบบ Bookmark โดยการสร้าง model ขึ...