Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2; y = 1;
z_correct = 4.25;
assert(isequal(pemdas_test(x,y),z_correct))
ans =
4.2500
|
2 | Pass |
x = 1; y = 1;
z_correct = Inf;
assert(isequal(pemdas_test(x,y),z_correct))
ans =
Inf
|
4107 Solvers
755 Solvers
Make a random, non-repeating vector.
2804 Solvers
Convert given decimal number to binary number.
637 Solvers
461 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!