photo

Manish Kumar


Last seen: circa 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Pausing code for some time
You can use pause function. pause(n); It will pause your code execution for n seconds. pause(n);

circa 4 anni fa | 0

Risposto
"while" loop nested within "for" loop
n=10; ans=0; for i=1:n j=0; while j<i ans=i+j; end end

circa 4 anni fa | 1