photo

Prahelika Gayatri N


Last seen: mer än 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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

nästan 4 år ago | 0