Programming Fundametals
วันอังคารที่ 26 สิงหาคม พ.ศ. 2557
Lab1 : Compute the volume of a cylinder
void setup() {
float height = 100;
float radius = 20 ;
float volume = 0;
float Pi = 3.1415 ;
volume = (Pi*radius*radius*height);
println(volume);
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น