Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x='coUnt the vowEl';
y_correct = 5;
assert(isequal(vowel_counter(x),y_correct))
|
2 | Pass |
%%
x='coUnt the vowEl counter';
y_correct = 8;
assert(isequal(vowel_counter(x),y_correct))
|
3 | Pass |
%%
x='The fox was the jackle';
y_correct = 6;
assert(isequal(vowel_counter(x),y_correct))
|
4 | Pass |
%%
x='Education';
y_correct = 5;
assert(isequal(vowel_counter(x),y_correct))
|
5 | Pass |
%%
x='We are the MaTLaBiAns';
y_correct = 8;
assert(isequal(vowel_counter(x),y_correct))
|
202 Solvers
Flag largest magnitude swings as they occur
524 Solvers
205 Solvers
100 Solvers
Find the Nth Root of a Given Number
126 Solvers