photo

Ibn e Adam


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

All
  • Promoter
  • First Answer
  • Solver

View badges

Feeds

View by

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...

5 years ago | 0