C++初学者,求教~谢谢各位大神~用海伦公式计算三角形面积的编程

#include<iostream.h>voidmain(){doublea;doubleb;doublec;doublep;cout<<"pleaseinputanum... #include <iostream.h>
void main()
{
double a;
double b;
double c;
double p;
cout<<"please input a number as one of the lines"<<endl;
cin>>a;
cout<<"please input another one"<<endl;
cin>>b;
cout<<"the last one is required to be larger than "<<b-a<<" smaller than "<<a+b<<endl;
cin>>c;
p=0.5*(a+b+c);
res=p*(p-a)*(p-b)*(p-c);
cout<<"square is "<<res<<endl;
}
运行结果如图……在线等……
展开
 我来答
忘至白葬不情必0T
2012-01-24 · TA获得超过3万个赞
知道大有可为答主
回答量:1.1万
采纳率:90%
帮助的人:1.2亿
展开全部
#include <iostream.h>
#include <math.h> //使用根号函数要用这个头文件
void main()
{
double a;
double b;
double c;
double p;
cout<<"please input a number as one of the lines"<<endl;
cin>>a;
cout<<"please input another one"<<endl;
cin>>b;
cout<<"the last one is required to be larger than "<<b-a<<" smaller than "<<a+b<<endl;
cin>>c;
p=0.5*(a+b+c);
double res=sqrt(p*(p-a)*(p-b)*(p-c)); //注意,要开根号的...
cout<<"square is "<<res<<endl;
}
更多追问追答
追问
结果还是不行啊……
追答
用我的代码应该是没问题的,我运行过了
jsxyhdy
2012-01-24 · 超过19用户采纳过TA的回答
知道答主
回答量:58
采纳率:0%
帮助的人:56.5万
展开全部
你输入的时候,在整数后面加个小数点试试,比如"1.0"
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
无忧胖子
2012-01-24 · TA获得超过129个赞
知道答主
回答量:88
采纳率:0%
帮助的人:75万
展开全部

不会

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式