Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 10;
b = 2.5*10^23;
c = exp(2*pi/3);
[au bu cu] = ScalarVars;
assert(isequal(a,au));
assert(isequal(b,bu));
assert(isequal(c,cu));
|
Remove all the words that end with "ain"
1029 Solvers
355 Solvers
Who is the smartest MATLAB programmer?
469 Solvers
Count decimal digits of a number
135 Solvers
1394 Solvers