This solution is outdated. To rescore this solution, sign in.
-
3 Comments
Tamir Suliman
on 29 Nov 2016
my solution was right and i tested it i m not sure what is going on
function [tf] = is_it_odd(n)
if rem(n,2)>0
tf='true';
else
tf='false';
end
end
nour eddin
on 24 Dec 2016
my answer correct
SIVAPRAKASH DANABALASINGAM
on 10 Jan 2017
good job
Suggested Problems
-
417 Solvers
-
584 Solvers
-
528 Solvers
-
Natural numbers in string form
1697 Solvers
-
1922 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!