This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
% mm-dd-yyyy format
|
2 | Pass |
assert(isequal(birthDay('7-20-2014'),2025));
|
3 | Pass |
assert(isequal(birthDay('5-6-2014'),2025));
|
4 | Pass |
assert(isequal(birthDay('1-1-2013'),2019));
|
5 | Pass |
assert(isequal(birthDay('5-1-2010'),2021));
|
6 | Pass |
assert(isequal(birthDay('11-4-1989'),1995));
|
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!