I have a problem there,I want to Users decide a,b,c,d,e numbers.
if I write
printf("enter numbers:");
scanf("%d",&a);
printf("enter numbers:");
scanf("%d",&b);...
if ı do like that ,it has not any problem but its not effective,Program always asking number a,b,c etc.
My wish is...