Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
inStr = 'doug';
shift = 10;
outStr = 'nyeq';
assert(isequal(cypher(inStr, shift),outStr))
outStr =
nyeq
|
2 | Pass |
inStr = 'thequickbrownfox';
shift = 5;
outStr = 'ymjvznhpgwtbsktc';
assert(isequal(cypher(inStr, shift),outStr))
outStr =
ymjvznhpgwtbsktc
|
3 | Pass |
inStr = 'thecrowfliesatmidnight';
shift = 22;
outStr = 'pdaynksbheaowpiezjecdp';
assert(isequal(cypher(inStr, shift),outStr))
outStr =
pdaynksbheaowpiezjecdp
|
Similar Triangles - find the height of the tree
156 Solvers
Basic electricity in a dry situation
445 Solvers
409 Solvers
235 Solvers
385 Solvers