Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 11;
y_correct = 16;
assert(isequal(sums(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In sums (line 1)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
x = 50;
y_correct = 75;
assert(isequal(sums(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In sums (line 1)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
Back to basics 13 - Input variables
203 Solvers
152 Solvers
191 Solvers
138 Solvers
Find out missing number from a vector of 9 elements
207 Solvers