Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y = 30;
assert(isequal(sum_square(x),y))
t =
30
ans =
[]
|
2 | Pass |
x = 6;
y = 91;
assert(isequal(sum_square(x),y))
t =
91
ans =
[]
|
3 | Pass |
x = 5;
y = 55;
assert(isequal(sum_square(x),y))
t =
55
ans =
[]
|
4 | Pass |
x = 15;
y = 1240;
assert(isequal(sum_square(x),y))
t =
1240
ans =
[]
|
2261 Solvers
495 Solvers
Determine the length of a string of characters
171 Solvers
414 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!