photo

Dikshita Madkatte


Last seen: casi 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 3 años hace | 0