photo

ilker melik


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

Followers: 0   Following: 0

统计学

All
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How could find multiples of a given number N ?
function c = finding_multipliers(y) % y is the number that you are looking for. count = 0; n = 1; while n < y if mod(y...

4 years 前 | 0