Sorry about that...it was only for learning purposes...
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
rng('shuffle');
number1=randi([10,20]);
for j=1:number1
round(rand(1,1));
end
assert(isequal(big_lottery(),number1))
[Warning: Function /users/msssystem2/assert.m has the same name as a MATLAB builtin. We suggest you
rename the function to avoid a potential name conflict.]
[> In big_lottery at 2
In verifyCode>evaluateCode at 227
In verifyCode at 40
In fevalJSON at 14
In workspacefunc at 7]
|
2 | Pass |
%%
rng('shuffle');
number2=randi([10,20]);
for j=1:number2
round(rand(1,1));
end
assert(isequal(big_lottery(),number2))
[Warning: Function /users/msssystem2/assert.m has the same name as a MATLAB builtin. We suggest you
rename the function to avoid a potential name conflict.]
[> In big_lottery at 2
In verifyCode>evaluateCode at 227
In verifyCode at 40
In fevalJSON at 14
In workspacefunc at 7]
|
3 | Pass |
%%
rng('shuffle');
number3=randi([10,20]);
for j=1:number3
round(rand(1,1));
end
assert(isequal(big_lottery(),number3))
[Warning: Function /users/msssystem2/assert.m has the same name as a MATLAB builtin. We suggest you
rename the function to avoid a potential name conflict.]
[> In big_lottery at 2
In verifyCode>evaluateCode at 227
In verifyCode at 40
In fevalJSON at 14
In workspacefunc at 7]
|
136 Solvers
Back to basics 18 - justification
150 Solvers
31 Solvers
479 Solvers
35 Solvers