Find the numbers of the input vector is odd or even then replace even with 1 and odd with 0
Example
x = [ 3 3 4 6 1] The output is [0 0 1 1 0]
Thanks for the question!
yeah it's great exercise
960 Solvers
577 Solvers
328 Solvers
Rounding off numbers to n decimals
280 Solvers
347 Solvers