回 帖 发 新 帖 刷新版面

主题:求程序

求输出圆面积的c程序

回复列表 (共6个回复)

沙发

#include<stdio.h>

int main()
{
    const float PI=3.1415926f;
    float R=0.0f;

    printf("Please the radious if the circle:");
    scanf("%f",&R);
    printf("%f\n",PI*R*R);
    return 0;
}

板凳

lz要的不是控制台程序……

3 楼


大哥,这句话什么意思啊, printf("Please the radious if the circle:");

4 楼

就是打印一句提示

5 楼

应该是printf("Please enter the radius of the circle:");
英语没有学好,回去好好学英语!!

6 楼

你好.我是全职网赚工作者.
如果你有时间有电脑.
想在网络上创业.请联系我..
项目绝对真实.详情QQ空间资料
加盟请联系摩客元亨 QQ908889846
2010年,中国网民突破了4亿,
网络游戏玩家超过了3亿,
互联网即将进入全民网游的时代

我来回复

您尚未登录,请登录后再回复。点此登录或注册