photo

Prahelika Gayatri N


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
is not prime number command , function to find the nearest prime number
function[k]=next_prime(n) j=0; while n>0 if j>n && isprime(j) k=j; return end j=j+1; end

거의 4년 전 | 0