Pergunta de entrevista da empresa WD

If you had to write a software program that took 3 inputs and returns if a triangle can be made with those 3 inputs, what are the requirements for the program's inputs?

Resposta da entrevista

Sigiloso

31 de jul. de 2019

The sum of 2 of the sides must be greater than the third side (a + b > c, c + b > a, a + c > b)

1