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
|
533 Solvers
Create a Multiplication table matrix...
226 Solvers
Sum the numbers on the main diagonal
375 Solvers
205 Solvers
303 Solvers