You are viewing a single comment's thread. Return to all comments →
select case when A+b > c and b+c > a and a+c>b then case when A = b and B=c then 'Equilateral' when A=b or A=c or b=c then 'Isosceles' else 'Scalene' end else 'Not A Triangle' end from TRIANGLES
Seems like cookies are disabled on this browser, please enable them to open this website
Type of Triangle
You are viewing a single comment's thread. Return to all comments →