Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2; y = 1;
z_correct = 4.25;
assert(isequal(pemdas_test(x,y),z_correct))
|
2 | Pass |
x = 1; y = 1;
z_correct = Inf;
assert(isequal(pemdas_test(x,y),z_correct))
|
Return the 3n+1 sequence for n
6169 Solvers
Find common elements in matrix rows
1232 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
546 Solvers
340 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!