photo

Manish Kumar


Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Pausing code for some time
You can use pause function. pause(n); It will pause your code execution for n seconds. pause(n);

environ 4 ans il y a | 0

Réponse apportée
"while" loop nested within "for" loop
n=10; ans=0; for i=1:n j=0; while j<i ans=i+j; end end

environ 4 ans il y a | 1