Community Profile

photo

RAVI RANJAN


Last seen: environ un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
next prime number using While loops
function k = next_prime(n) total = 0; k = 0; if isprime(n) == 1 k = n + 1; else whil...

environ un an il y a | 0