Triangle

Triangle(int height, int width)

Parameters

int height - no description
int width - no description

Description

Constructor for Triangle
(.h)(.cpp)
~Triangle()

Description

Destructor
(.h)(.cpp)
float area()

Description

Returns the area of the triangle
(.h)(.cpp)