Given three positive number, check whether a triangle can be made with these sides length or not. remember that in a triangle sum of two sides should be greater than the third one. So with the lengths of 2,3 and 6 we can not make a triangle
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers2275
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2864 Solvers
-
Project Euler: Problem 3, Largest prime factor
1798 Solvers
-
Solve the set of simultaneous linear equations
504 Solvers
-
Make a random, non-repeating vector.
11441 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
516 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
A test case with a zero length should also be included as false case.
normal