วันพฤหัสบดีที่ 24 มกราคม พ.ศ. 2556

พื้นที่วงกลม


#include<stdio.h>
main()
{
    int p;
    float h;
    printf("Please Enter radius:");
    scanf("%d",&p);
    h=3.14*p*p;
    printf("area is %.2f",h);
}

Please Enter radius:5
area is 78.50

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

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