This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(Is_Triangle(3,4,6),true))
|
2 | Pass |
assert(isequal(Is_Triangle(6,4,3),true))
|
3 | Pass |
assert(isequal(Is_Triangle(3,7,4),false))
|
4 | Pass |
assert(isequal(Is_Triangle(4,3,7),false))
|
5 | Pass |
assert(isequal(Is_Triangle(3,3,4),true))
|
3876 Solvers
Remove all the words that end with "ain"
1026 Solvers
Back to basics 3 - Temp Directory
277 Solvers
The Answer to Life, the Universe, and Everything
312 Solvers
Matlab Basics - Absolute Value
272 Solvers