Hi everyone,
I'm working on a programming assignment and I need a little help. In the code below I've had to manually type in spaces to get everything to line up. Although this works, it is getting somewhat tedious to make it fit. Is there another way to do this?
Thanks
printf("Nonexistent Airlines -- Flights for 21 Sep 2010\n");
printf("\n");
printf("Depature Time Arrival Time\n");
printf("====================================\n");
return 0;



LinkBack URL
About LinkBacks



