photo

Pratheeksha


Last seen: 5 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
create a vector of all the odds positive integers smaller than 100 in increasing order to save it into a variable
j=1; k=1; for i=1:100 if mod(i,2)==0 && i~=1 even(j)=i; j=j+1; else odd(k)=i; ...

5 meses hace | 0