You are viewing a single comment's thread. Return to all comments →
select case when (A=B and B=C) then "Equilateral" when (A=B or B=C or C=A) then "Isosceles" when ((A!=B and B!=C and C!=A) and !(A+B
Why this won't work
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 →
select case when (A=B and B=C) then "Equilateral" when (A=B or B=C or C=A) then "Isosceles" when ((A!=B and B!=C and C!=A) and !(A+B
Why this won't work