Community Profile

photo

Ravindra Pawar


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

All
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
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...

oltre 3 anni fa | 0

Risolto


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:...

oltre 3 anni fa