Answer:
if(isIsosceles){
isoCount+=1;
triangleCount+=1;
polygonCount+=1;
}
Step-by-step explanation:
Here we are checking the condition for variable "isIsosceles" using if condition. if it is true then only if block executed and it will increment mentioned variable values by 1