Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'When you finish the test, you will be told your approximate English level. You can then search for suitable content on LearnEnglish Teens by level. You can also search for content by topic.';
y='When you finish the test, you will be told your approximate English level. You can then search for suitable content on LearnEnglish Teens by level. You can also search for content by topic.';
y_correct = true;
assert(isequal(Comparer(x,y),y_correct))
|
2 | Pass |
x = 'When you finish tee test, you will be told your approximate English level. You can then search for suitable content on LearnEnglish Teens by level. You can also search for content by topic.';
y='When you finish the test, you will be told your approximate English level. You can then search for suitable content on LearnEnglish Teens by level. You can also search for content by topic.';
y_correct = false;
assert(isequal(Comparer(x,y),y_correct))
|
3 | Pass |
x='Hello';
y='Hi';
y_correct = false;
assert(isequal(Comparer(x,y),y_correct))
|
4 | Pass |
x='Hello';
y='Hello';
y_correct = true;
assert(isequal(Comparer(x,y),y_correct))
|
5171 Solvers
Celsius to Fahrenheit converter
280 Solvers
281 Solvers
Matlab Basics II - Max & Index of Max
133 Solvers
170 Solvers