Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
question = 'Are you the fifth child?';
assert(isempty(I_plead_the_fifth(question)))
|
2 | Fail |
question = 'Were you at home on the night of 24 Oct 1974?';
assert(strcmpi(I_plead_the_fifth(question),'yes') || ...
strcmpi(I_plead_the_fifth(question),'no'))
|
3 | Fail |
question = 'Did you go to work on 15 Oct 1955?';
assert(isempty(I_plead_the_fifth(question)))
|
4 | Fail |
question = 'Did you go to the bowling alley last week?';
assert(strcmpi(I_plead_the_fifth(question),'yes') || ...
strcmpi(I_plead_the_fifth(question),'no'))
|
5 | Fail |
question = 'Do you like bread?';
assert(strcmpi(I_plead_the_fifth(question),'yes') || ...
strcmpi(I_plead_the_fifth(question),'no'))
|
6 | Fail |
question = 'Are there five fingers on your right hand?';
assert(isempty(I_plead_the_fifth(question)))
|
7 | Fail |
question = 'Do you like pumpkins?';
assert(strcmpi(I_plead_the_fifth(question),'yes') || ...
strcmpi(I_plead_the_fifth(question),'no'))
|
8 | Fail |
question = 'Do you have fifteen siblings?';
assert(isempty(I_plead_the_fifth(question)))
|
9 | Fail |
question = 'Do two quarters equal fifty cents?';
assert(isempty(I_plead_the_fifth(question)))
|
10 | Fail |
question = 'Do you own five dogs?';
assert(isempty(I_plead_the_fifth(question)))
|
11 | Fail |
question = 'Is my name Harry?';
assert(strcmpi(I_plead_the_fifth(question),'yes') || ...
strcmpi(I_plead_the_fifth(question),'no'))
|
Program an exclusive OR operation with logical operators
639 Solvers
Side of an equilateral triangle
2599 Solvers
206 Solvers
461 Solvers
Convert from Fahrenheit to Celsius
7192 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!