photo

Prahelika Gayatri N


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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

presque 4 ans il y a | 0