ipek

32367
Rank
2
Badges
80
Score
1 – 9 of 9

ipekreceivedCommenterbadge forProblem 26. Determine if input is odd

on 26 Mar 2014

ipeksubmitted aCommenttoProblem 26. Determine if input is odd

function tf = is_odd(n) if rem(n,2)== 0 tf = 'false' else tf = 'true' end end why is this not working?

on 26 Mar 2014

ipekreceivedSolverbadge forSolution 422712

on 26 Mar 2014

1 – 9 of 9