Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 3;
b = 4;
c = 5;
flag_correct = true;
assert(isequal(isRightAngled(a,b,c),flag_correct))
flag =
1
|
2 | Pass |
a = 2;
b = 3;
c = 4;
flag_correct = false;
assert(isequal(isRightAngled(a,b,c),flag_correct))
flag =
0
|
3 | Pass |
a = 5;
b = 12;
c = 13;
flag_correct = true;
assert(isequal(isRightAngled(a,b,c),flag_correct))
flag =
1
|
Find the sum of all the numbers of the input vector
25611 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
262 Solvers
Sum of first n terms of a harmonic progression
188 Solvers
244 Solvers
465 Solvers