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 |
x = rand*pi;
y_correct = (200>=100);
assert(isequal(ang(x),y_correct))
y =
logical
1
|
2 | Pass |
x = -rand*pi;
y_correct = (100>=200);
assert(isequal(ang(x),y_correct))
y =
logical
0
|
Determine if a Given Number is a Triangle Number
286 Solvers
441 Solvers
152 Solvers
194 Solvers
find the surface area of a cube
215 Solvers