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?
Sigiloso
The sum of 2 of the sides must be greater than the third side (a + b > c, c + b > a, a + c > b)