Community Profile

photo

RAVI RANJAN


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

1 year ago | 0