Intel Corporation interview question

Write program to test if from 3 given int one can create a triangle.

Interview Answer

Anonymous

12 Apr 2020

Sum of any 2 ints must be less than the 3rd one.