This solution is outdated. To rescore this solution, sign in.
p*i*z*z*a is angry
p*i*z*z*a
Good one! Pi*zz*a is the answer.
Pi*z^2*a
p*i*z*z*a
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
z = 1;
a = 1;
v_correct = pi;
assert(isequal(pizza(z,a),v_correct))
|
2 | Fail |
z = 2;
a = 1;
v_correct = 4*pi;
assert(isequal(pizza(z,a),v_correct))
|
3 | Fail |
z = 1;
a = 2;
v_correct = 2*pi;
assert(isequal(pizza(z,a),v_correct))
|
4 | Fail |
z = 1;
a = 2;
v_correct = 2*pi;
assert(isequal(pizza(z,a),v_correct))
|
12379 Solvers
Find the numeric mean of the prime numbers in a matrix.
6781 Solvers
Matlab Basics - y as a function of x
339 Solvers
261 Solvers
439 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!