what is the correct answer??
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
assert(isequal(times2(1),2));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
2 | Fail |
%%
assert(isequal(times2(11),22));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
3 | Fail |
%%
assert(isequal(times2(-3),-6));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
4 | Fail |
%%
assert(isequal(times2(29),58));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
3375 Solvers
376 Solvers
309 Solvers
296 Solvers
1160 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!