I want to compute the number of odd/even numbers in an array. But I want the results by two different functions.
Example:
x=1:10; assert(isequal(odd_fcn(x),5)) assert(isequal(even_fcn(x),5))
So you must solve this problem by writing 2 functions.
But you can only submit one function at the time.
Do you think it's possible?
HINT: I always test odd_fcn first. So odd_fcn must create the other function...
Tons of possibilities here is the thing I like the most about this problem.
Is it a comeback ?
HEHEHE
I'm trying to do my best... ;-)
Cody without Alfonso is not Cody...
Little marvel of coding.
200 Solvers
177 Solvers
306 Solvers
138 Solvers
Determine the number of odd integers in a vector
321 Solvers