photo

Ibn e Adam


Last seen: mer än 3 år 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...

nästan 5 år ago | 0