Hi,
I need to create a triangle based on a height value given by the user.
The base of the triangle is calculated with:


private int getTriangleWidth( int triangleHeight )
{
...