• + 0 comments

    (A+B)>C or (B+C)>A or (C+A)>B

    This is most likely the issue. This condition is true even when it isn't a triangle. The example problem shows (13, 14, 30). * (13+14)>30? FALSE * (14+30)>13? TRUE * (13+30)>14? TRUE F | T | T = T