永发信息网

【C语言 编写三角形面积计算#include double sin(do】

答案:2  悬赏:0  手机版
解决时间 2021-02-22 23:50
  • 提问者网友:箛茗
  • 2021-02-22 14:24
【C语言 编写三角形面积计算#include double sin(do】
最佳答案
  • 五星知识达人网友:夜余生
  • 2021-02-22 15:30
#include <stdio.h>#include <math.h>//double sin(double x);#define PI 3.14159265int main(){ double a, b, ang_c, s; scanf("%lf %lf %lf", &a, &b, &ang_c); s = a * b * sin(ang_c * PI / 180.0) / 2.0; printf("The area is %f\n", s); return 0;} C语言 编写三角形面积计算#include double sin(double x);#define PI 3.14159265int main(){double a,b,ang_c,s;scanf(%lfa=3%lfb=4%lfc=45,&a,&b,&ang_c);s = a * b * sin(ang_c * PI / 180.0) / 2.0;printf(The(图1)答案网 www.Zqnf.com 答案网 www.Zqnf.com
全部回答
  • 1楼网友:话散在刀尖上
  • 2021-02-22 16:31
谢谢解答
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯