This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
wage = 10;
salary_correct = 20000;
assert(isequal(ComputeSalary(wage),salary_correct))
|
The Goldbach Conjecture, Part 2
1284 Solvers
Given two strings, find the maximum overlap
461 Solvers
432 Solvers
345 Solvers
Find the dimensions of a matrix
372 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!