当前位置: > 用C语言编写一个程序 其功能是根据三角形的三边长,求三角形的面积.要用main函数...
题目
用C语言编写一个程序 其功能是根据三角形的三边长,求三角形的面积.要用main函数

提问时间:2020-10-21

答案
#include#includemain{int a,b,c;int p,s;scanf("%d%d%d",&a,&b,&c);p=(a+b+c)/2;if (a+b>c && a+c>b& & b+c>a){s=sqrt(p*(p-a)*(p-b)*(p-c));printf("The area of a triangle is%d",s);}elseprint("Three edges do ...
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.