中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

如何用c語言求三角形面積的程序

小億
83
2024-08-17 10:33:35
欄目: 編程語言

#include <stdio.h>

int main() { float base, height, area;

// Input base and height of the triangle
printf("Enter the base of the triangle: ");
scanf("%f", &base);

printf("Enter the height of the triangle: ");
scanf("%f", &height);

// Calculate the area of the triangle
area = 0.5 * base * height;

// Display the area of the triangle
printf("The area of the triangle is: %.2f\n", area);

return 0;

}

0
卓资县| 忻城县| 江阴市| 四会市| 康马县| 霍州市| 于田县| 马边| 罗山县| 神池县| 张北县| 拜城县| 周至县| 岳西县| 鹤庆县| 迁西县| 龙山县| 左贡县| 称多县| 青海省| 察哈| 密云县| 大兴区| 专栏| 马关县| 岳阳县| 宁明县| 大城县| 洪洞县| 尖扎县| 江达县| 镇宁| 板桥市| 桦川县| 门源| 襄垣县| 博客| 拉萨市| 郸城县| 塔河县| 和林格尔县|