This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = {'9','33'};
y_correct = 42;
assert(isequal(addingcells(x),y_correct))
ans =
42
|
2 | Pass |
%%
x = {'9','33'};
y_correct = 42;
assert(isequal(addingcells(x),y_correct))
ans =
42
|
3 | Pass |
%%
x = {'9','33','-12'};
y_correct = 30;
assert(isequal(addingcells(x),y_correct))
ans =
30
|
4 | Pass |
%%
x = {'9','33','122'};
y_correct = 164;
assert(isequal(addingcells(x),y_correct))
ans =
164
|
406 Solvers
How many trades represent all the profit?
460 Solvers
Is this triangle right-angled?
1921 Solvers
1231 Solvers
172 Solvers