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))
|
Is my wife right? Now with even more wrong husband
1241 Solvers
Back to basics 12 - Input Arguments
525 Solvers
Basics: 'Find the eigenvalues of given matrix
322 Solvers
992 Solvers
Find my daddy long leg (No 's')
632 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!