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))
|
1763 Solvers
Find the largest value in the 3D matrix
1056 Solvers
Make a random, non-repeating vector.
2795 Solvers
Celsius to Fahrenheit converter
388 Solvers
4998 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!