photo

RAVI RANJAN


Last seen: presque 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
next prime number using While loops
function k = next_prime(n) total = 0; k = 0; if isprime(n) == 1 k = n + 1; else whil...

presque 2 ans il y a | 0