photo

Ravindra Pawar


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

Followers: 0   Following: 0

Statistiques

All
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Function to find the next prime number...
function k = next_prime(n) %function definition while ~isprime(n+1) %if n+1 is prime we are out of for loop else loop rest...

presque 4 ans il y a | 0

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 4 ans il y a