标题:新手求教
取消只看楼主
qq31735024
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2012-11-4
结帖率:0
已结贴  问题点数:20 回复次数:0 
新手求教
float f1,f2,f3,l,fArea,fTemp;
 fArea=fTemp(fTemp-f1)(fTemp-f2)(fTemp-f3);


第一句我定义了这些。。可是编程后说我调用未定义函数。求教是怎么一会事。。整个编程是这样的。。

#include"stdio.h"
#include<math.h>
void main()
{  float f1,f2,f3,l,fArea,fTemp;
    printf("please input f1,f2 and f3:");
    scanf("%f%f%f",&f1,&f2,&f3);
    if((f1+f2)>f3&&(f1+f3)>f2&&(f2+f3)>f1)
        {printf("Can from triangle");
           l=f1+f2+f3;
           fTemp=l/2;
           fArea=fTemp(fTemp-f1)(fTemp-f2)(fTemp-f3);
           printf("%f\nThe Area is %f",l,sqrt(fArea)); }
           else
           printf("can't from triangle");



         getch();



}
搜索更多相关主题的帖子: triangle include please 
2012-11-04 12:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-385852-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.185934 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved