Statistics
All
RANK
113,592
of 296,041
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,322
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
how to find out if a number is even or not
% function to find even/odd % n is input number for this function function output=even_or_odd(n) if rem(n,2)==0 outpu...
how to find out if a number is even or not
% function to find even/odd % n is input number for this function function output=even_or_odd(n) if rem(n,2)==0 outpu...
5 years ago | 0