Assume that isIsosceles is a bool variable , and that the variables isoCount , triangleCount , and polygonCount have all been declared and initialized . Write a statement that adds 1 to each of these count variables ( isoCount , triangleCount , and polygonCount )if isIsosceles is true .
LANGUAGE: C++
CHALLENGE:
Assume that isIsosceles is a bool variable , and that the variables isoCount , triangleCount , and polygonCount have all been declared and initialized . Write a statement that adds 1 to each of these count variables ( isoCount , triangleCount , and polygonCount )if isIsosceles is true.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in C++, Learn To Code