static void Job8(Args _args) { container c; int i; boolean exitLoop = true; ; while(exitLoop) { if(i==10000) exitLoop = false; c = conins(c,i,i); i++; } }