Answer:
if (islsosceles)
{ isoCount++ ; triangleCount++ ; polygonCount++; }
Explanation:
To add 1 to each of these count variables you should add this simple statement.
if (islsosceles)
{ isoCount++ ; triangleCount++ ; polygonCount++; }
This statement simply add one to each of these count variable.