Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 11;
y_correct = 16;
assert(isequal(sums(x),y_correct))
y =
16
|
2 | Pass |
%%
x = 50;
y_correct = 75;
assert(isequal(sums(x),y_correct))
y =
75
|
962 Solvers
3375 Solvers
272 Solvers
Find the "ordinary" or Euclidean distance between A and Z
137 Solvers
220 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!