Can I read C++ Triangle Isosceles Checker Code on EtoBox?
C++ Triangle Isosceles Checker Code by Anb Bajwa is a document available to read on EtoBox.
What is C++ Triangle Isosceles Checker Code about?
This C++ program takes in the lengths of 3 sides of a triangle from the user, passes them to a function called "isotri", and outputs whether the triangle is isosceles or not. The isotri function checks if any two sides are equal, and if so checks the third side is not equal to either of the first two, returning true if isosceles or false if not.
- Author
- Anb Bajwa
- Language
- EN