Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
hello
p =
86400
|
2 | Pass |
%%
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
Fantastic
p =
17236800
|
365 Solvers
Test if a Number is a Palindrome without using any String Operations
157 Solvers
Sum the numbers on the main diagonal
375 Solvers
Is this triangle right-angled?
1377 Solvers
482 Solvers