92
Area of Triangle
Area of a triangle is calculated by the following Mathematical formula,
Area of Triangle in PHP
Program to calculate area of triangle with base as 10 and height as 15 is shown.
Example:
Output:
Area of Triangle with Form in PHP
Program to calculate area of triangle by inserting values in the form is shown.
Example:
Output:
Next TopicArea of a Rectangle