Kód: Vybrat vše
srand((unsigned) time(NULL));
do {
pok++;
i=rand() % 50;
printf("Pokus %d. tazene cislo: %d\n",pok,i);
}while(pok!=6);Moderátor: Mods_senior
Kód: Vybrat vše
srand((unsigned) time(NULL));
do {
pok++;
i=rand() % 50;
printf("Pokus %d. tazene cislo: %d\n",pok,i);
}while(pok!=6);