#include <stdio.h>
int main()
{
printf("no of bus departed:\n");
for(int i=1;i<5;i=i+1)
{
printf("enter no of bus:%d\n",i);
}
printf("no of bus arrived:\n");
for(int i=1;i<5;i=i+1)
{
printf("enter no of bus:%d\n",i);
}
return 0;
}
NALLAMUTHU GOUNDER MAHALINGAM COLLEGE POLLACHI-642001 ...