Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
hello
|
2 | Pass |
%%
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
Fantastic
|
Determine if a Given Number is a Triangle Number
322 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
Who has power to do everything in this world?
318 Solvers
Is this triangle right-angled?
2396 Solvers
373 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!