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 |
x = [9 2 0 4];
y = [3 9 5 8];
z_correct = 77;
assert(isequal(sum_of_multiplication(x, y),z_correct))
|
2725 Solvers
Return a list sorted by number of occurrences
1225 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
205 Solvers
Calculate distance travelled when given radius and rotations
132 Solvers