使用点网给定三角形的底和高时如何查找三角形的区域 [英] how to find area of a triangle when its base and height are given using dot net

查看:87
本文介绍了使用点网给定三角形的底和高时如何查找三角形的区域的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当使用点net给出三角形的底边和高度时,如何查找三角形的区域

how to find area of a triangle when its base and height are given using dot net

推荐答案

三角形的面积
三角形的面积= 0.5 *基数*高度
Area of triangle
Area of triangle=0.5*Base*Height


我认为这并不难.您应该阅读公式来解决此问题.

您需要的公式是:
I don''t think it is so tough. You should read the formulas to solve this problem.

The formula which you need is:
double area = 0.5 * base * height;




--Amit




--Amit


这篇关于使用点网给定三角形的底和高时如何查找三角形的区域的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆