Question: This is for C Programming, if the link is not working, I can send the file by email Download the file following the link and
This is for C Programming, if the link is not working, I can send the file by email
Download the file following the link and unzip it to get some txt files. -http://gtfs.s3.amazonaws.com/mta-new-york-city-transit 20160226 1231.zip Write a program to read the stops.txt file (one of the files that you unzipped) and print the stop id if it starts with alphabet 'Q'. The first line of the file is the header, which specifies each column information. EXTRA CREDIT: Now open the stop_times.txt file and retrieve the information of stop ids that you generated in previous step. For each stop id, print the arrival times of the buses between 11AM to 5PM. Download the file following the link and unzip it to get some txt files. -http://gtfs.s3.amazonaws.com/mta-new-york-city-transit 20160226 1231.zip Write a program to read the stops.txt file (one of the files that you unzipped) and print the stop id if it starts with alphabet 'Q'. The first line of the file is the header, which specifies each column information. EXTRA CREDIT: Now open the stop_times.txt file and retrieve the information of stop ids that you generated in previous step. For each stop id, print the arrival times of the buses between 11AM to 5PM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
