photo

Dikshita Madkatte


Last seen: presque 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Function to find the next prime number...
function k=next_prime(n) if ~n>0 || n~=fix(n) || ~isscalar(n); fprintf('n should be positive interger') end i=n+1; if ...

environ 3 ans il y a | 0