This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y = 4*pi()/3;
z = 4*pi();
[a,b]=sphere(x);
assert(isequal(a,y)&isequal(b,z))
|
2 | Pass |
%%
x = 4;
y = 256*pi()/3;
z = 64*pi();
[a,b]=sphere(x);
assert(isequal(a,y)&isequal(b,z))
|
Determine Whether an array is empty
561 Solvers
The Answer to Life, the Universe, and Everything
313 Solvers
262 Solvers
242 Solvers
325 Solvers