Showing posts with label Area. Show all posts
Showing posts with label Area. Show all posts

Friday, January 29, 2016

AREA OF ISOSCELES TRIANGLE: Solve for the Area of An Isosceles Triangle in PHP

An isosceles triangle is a triangle with two (2) equal sides. To be able to solve for the area of an isosceles triangle, you need to used th...

Thursday, January 28, 2016

EQUILATERAL TRIANGLE AREA: Solve for the Area of An Equilateral Triangle

An equilateral triangle is a triangle with three (3) equal sides. The following is the illustration and formula on how to solve for the are...

JAVA RECTANGLE AREA: SOlve for the Area of a Rectangle

Area is the size of the surface of an object. In this article, we will discuss about the formula and  java code  in solving for the  area of...

JAVA ELLIPSE AREA: Solve for the Area of Ellipse

Ellipse is an oval shape quite similar with that of a circle but is elongated. I already posted articles related to solving for the  area of...

PHP ELLIPSE AREA: Solve for the Area of an Ellipse

Ellipse is an oval shape quite similar with that of a circle but is elongated. I already posted articles related to solving for the area of ...

Wednesday, January 27, 2016

JAVA SQUARE AREA: Solve for the Area of a Square

Area is the size of the surface of an object. In this article, we will discuss about the formula and  java code  in solving for the  area of...

JAVA TRIANGLE AREA: Solve for the Area of a Triangle

Area is the size of the surface of an object. In this article, we will discuss about the formula and  java code  in solving for the  area of...

PHP CIRCLE AREA: Solve for the Area and Circumference of A Circle

Area is the size of the surface of an object. In this article, we will discuss about the formula and  php code  in solving for the  area of ...

PHP SQUARE AREA: Solve for the Area of a Square

Area is the size of the surface of an object. In this article, we will discuss about the formula and  php code  in solving for the  area of ...

Monday, January 25, 2016

PHP TRIANGLE AREA: Solve for the Area of a Triangle in PHP

This is a simple code to solve for the area of a triangle in php. Area is the surface of an object. The formula is A=hb/2 or height * base /...