Aktuelle Kommentare

Anonymous
You have issues, get help if you cannot fix it yourself.

L3X4S-hikingpro33
This was a truly captivating read.

― George Bernard Shaw
Awesome quote thanks

Maya Angelou
Most Fantastic quote Ever?

Koffeinkaos
Nice quote?

Mehr

esplin2966's Zitate

Alle Zitate

Anonymous - Programming Snippet #1
for ii = 100:-1:1 if mod(ii,2) == 1 'The number ',num2str(ii),' is an odd number.'; else 'The number ',num2str(ii),' is an even number.'; end end.