Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 0;
y_correct = 0;
assert(isequal(area_square(x),y_correct))
|
2 | Pass |
%%
x = 1;
y_correct = 1;
assert(isequal(area_square(x),y_correct))
|
3 | Pass |
%%
x = 11;
y_correct = 121;
assert(isequal(area_square(x),y_correct))
|
4 | Pass |
%%
x = 101;
y_correct = 10201;
assert(isequal(area_square(x),y_correct))
|
It dseon't mettar waht oedrr the lrettes in a wrod are.
652 Solvers
232 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
411 Solvers
Height of a right-angled triangle
448 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!