for(int k=1;k<=num;k++)
printf(\nPlease enter your desired seat %i: ",k)
scanf("%i",&a);
//num is declared if how many the user will input
How to use scanf?
printf(\nPlease enter your desired seat %i: ",k)
scanf("%i",&a);
//num is declared if how many the user will input
How to use scanf?
Comment