All pastes #2092475 Raw Edit

Michal Hornk

public text v1 · immutable
#2092475 ·published 2011-10-22 08:44 UTC
rendered paste body
void hodnoty()
{
     printf("\n\t\t\tVytajte v hre kocky.\n\n");
     printf("Zadajte svoje meno: ");
     scanf("%s", &meno);
	 int test_cisla=0, bank;
	 while (test_cisla == 0)
	  {
		 printf("%s zadaj hodnotu, s ktorou chces hrat: ", meno);
		 test_cisla= scanf("%d",&bank);    
		 if(test_cisla==0)
		 {printf("\nTvoj bank moze byt iba cislo, opakuj zadanie: \n");
		 fflush(stdin);
		 }
		 else
		 {}
	  }
}