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))
|
Find relatively common elements in matrix rows
644 Solvers
1400 Solvers
Replace NaNs with the number that appears to its left in the row.
1710 Solvers
Number of 1s in the Binary Representation of a Number
319 Solvers
213 Solvers