Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
You just got a free pass. Congrats!
|
2 | Pass |
%%
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
You just got a free pass. Congrats!
|
2518 Solvers
179 Solvers
Rotate input square matrix 90 degrees CCW without rot90
323 Solvers
Fahrenheit to Celsius converter
262 Solvers
Side of an equilateral triangle
1524 Solvers