Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
text = 'When you finish the test, you will be told approximate English level. You can then search for suitable content on LearnEnglish Teens by level. You can also search for content by topic.';
x='you';
y_correct = 2;
assert(isequal(Repeat(x,text),y_correct))
ans =
2
|
2 | Pass |
text = 'when you go you are active, when you run you are active, when you sleep you are lazy';
x='when';
y_correct = 3;
assert(isequal(Repeat(x,text),y_correct))
ans =
3
|
2240 Solvers
Sum all integers from 1 to 2^n
8412 Solvers
519 Solvers
270 Solvers
128 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!