#include int main(){ int i,j; /* brojanje od 0 do 9 */ for(i=0; i<10; i++){ printf("%d\n",i); } for(i=0,j=10; i