Community Profile

photo

Ibn e Adam


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • Promoter
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
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...

4 years 前 | 0