Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=[5.44 2.64 .27]
y_correct = x(1)*x(2)*x(3);
assert(isequal(your_fcn_name(x),y_correct))
x =
5.4400 2.6400 0.2700
|
1046 Solvers
Increment a number, given its digits
505 Solvers
239 Solvers
Project Euler: Problem 10, Sum of Primes
555 Solvers
Find out total non zero element of matrix
147 Solvers