วันจันทร์ที่ 17 สิงหาคม พ.ศ. 2558

Calculate circumference and area of a circle from its diameter

void setup()
{
    size(500, 500);
    int r = 300; //ค่ารัศมี
    float ac; //Area of circle
    float lc; //Area of line
    ac=PI*r*r; //สูตรหาพื้นที่
    lc=2*PI*r; //สูตรหาเส้นรอบรูป
    println("Value of ac = "+ac);
    println("Value of lc = "+lc);
    ellipse(250, 250, r, r);
    fill(0);
    textSize(11);
    text("Area = 282743.3388230814", 150, 240);
    text("Circumference of circle = 1884.9555921538758", 150, 270);
    }

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

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

Link Video Presentation Resort Managemant System Project.

Video Presentation Resort Managemant System Project. จัดทำโดย พากษ์เสียง: คุณาสิน  ทองมณี  5801012620011 ลำดับภาพ: สุพิชชา  ศรีศิริ...